diff options
| author | Lieuwe <lieuwemo@gmail.com> | 2011-03-18 22:10:38 (GMT) |
|---|---|---|
| committer | Lieuwe <lieuwemo@gmail.com> | 2011-03-18 22:10:38 (GMT) |
| commit | 6c000478f21070e420b50cf1060737e821f741d8 (patch) | |
| tree | 02b4e3253cb84b512c31e9831b65d2e9b7ddad44 /src | |
| parent | 7e27282b92f2eaf6e1cee9fbc73817de054caf59 (diff) | |
| download | powder-6c000478f21070e420b50cf1060737e821f741d8.zip powder-6c000478f21070e420b50cf1060737e821f741d8.tar.gz | |
changed zip filename
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
