summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 208c38c..7354220 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2078,7 +2078,7 @@ int main(int argc, char *argv[])
Py_Initialize();
Py_InitModule("tpt", EmbMethods);
//change the path to find all the correct modules
- PyRun_SimpleString("import sys\nsys.path.append('./stdlib.zip')\nsys.path.append('.')");
+ PyRun_SimpleString("import sys\nsys.path.append('./tptPython.zip')\nsys.path.append('.')");
PyRun_SimpleString("print 'python present.'");
//load the console module and whatnot
#ifdef PYEXT