diff options
| author | Lieuwe <lieuwemo@gmail.com> | 2011-03-19 14:49:36 (GMT) |
|---|---|---|
| committer | Lieuwe <lieuwemo@gmail.com> | 2011-03-19 14:49:36 (GMT) |
| commit | d7cfbed2cd9b4cdd52885410fa01a434cfd441f5 (patch) | |
| tree | d96e5cefefd096cb957cbd117a27b4c03805790a | |
| parent | 6c000478f21070e420b50cf1060737e821f741d8 (diff) | |
| download | powder-d7cfbed2cd9b4cdd52885410fa01a434cfd441f5.zip powder-d7cfbed2cd9b4cdd52885410fa01a434cfd441f5.tar.gz | |
cleanup :D
| -rw-r--r-- | .gitignore | 2 | ||||
| -rwxr-xr-x | build/powder | bin | 706296 -> 0 bytes | |||
| -rw-r--r-- | build/tptPython.zip | bin | 6430478 -> 0 bytes | |||
| -rw-r--r-- | src/main.c | 2 |
4 files changed, 2 insertions, 2 deletions
@@ -8,5 +8,5 @@ build/stamps/* *.pyc utils/* *.log -build/ext_* +build/* src/python/stdlib/*
\ No newline at end of file diff --git a/build/powder b/build/powder Binary files differdeleted file mode 100755 index 80e14bd..0000000 --- a/build/powder +++ /dev/null diff --git a/build/tptPython.zip b/build/tptPython.zip Binary files differdeleted file mode 100644 index 36dc087..0000000 --- a/build/tptPython.zip +++ /dev/null @@ -2076,10 +2076,10 @@ int main(int argc, char *argv[]) //initialise python console Py_Initialize(); + PyRun_SimpleString("print 'python present.'"); Py_InitModule("tpt", EmbMethods); //change the path to find all the correct modules 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 PyRun_SimpleString(tpt_console_py); |
