Commit a08ac016 authored by sumpfralle's avatar sumpfralle

updated the pyinstaller notes


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@991 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent eb17dd55
...@@ -4,9 +4,8 @@ How to build a standalone exe file (on Windows only): ...@@ -4,9 +4,8 @@ How to build a standalone exe file (on Windows only):
1) install UPX (compression) 1) install UPX (compression)
* Debian/Ubuntu: apt-get install upx-ucl * Debian/Ubuntu: apt-get install upx-ucl
* Windows: http://upx.sourceforge.net * Windows: http://upx.sourceforge.net
2) download pyinstaller (v1.4 was used) 2) download pyinstaller (svn co http://svn.pyinstaller.org/trunk pyinstaller)
3) patch pyinstaller (use pyinstaller_fix_module_exception.patch) 3) fix http://www.pyinstaller.org/ticket/318 (in case it is not fixed already)
see http://www.pyinstaller.org/ticket/205 for details
4) run "cmd.exe" (or open a terminal) 4) run "cmd.exe" (or open a terminal)
5) "cd PATH_TO_PYCAM" 5) "cd PATH_TO_PYCAM"
6) "python PYINSTALLER_PATH/utils/Configure.py" 6) "python PYINSTALLER_PATH/utils/Configure.py"
...@@ -19,3 +18,6 @@ Known issues: ...@@ -19,3 +18,6 @@ Known issues:
* Linux: pre-built executable don't seem to work across different versions of libc * Linux: pre-built executable don't seem to work across different versions of libc
* Linux/MacOS?: you need to remove the reference to "windll" at the top of the "pycam" script (line 32-36) * Linux/MacOS?: you need to remove the reference to "windll" at the top of the "pycam" script (line 32-36)
Debugging:
* enable the "debug" parameter in the "EXE" call at the end of the spec file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment