diff options
| -rw-r--r-- | addzip.py | 2 | ||||
| -rwxr-xr-x | build/powder | bin | 706296 -> 706296 bytes | |||
| -rw-r--r-- | build/tptPython.zip (renamed from build/stdlib.zip) | bin | 6430478 -> 6430478 bytes | |||
| -rw-r--r-- | src/main.c | 2 |
4 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ if(len(sys.argv)>1 and sys.argv[1]=="--clean"): raise SystemExit print "zipping stdlib" -fid=zipfile.ZipFile("./build/stdlib.zip","w",zipfile.ZIP_DEFLATED) +fid=zipfile.ZipFile("./build/tptPython.zip","w",zipfile.ZIP_DEFLATED) #ZipFile.write(filename) files=os.walk("./src/python/stdlib") diff --git a/build/powder b/build/powder Binary files differindex d9aa2ed..80e14bd 100755 --- a/build/powder +++ b/build/powder diff --git a/build/stdlib.zip b/build/tptPython.zip Binary files differindex 36dc087..36dc087 100644 --- a/build/stdlib.zip +++ b/build/tptPython.zip @@ -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 |
