Milestone PyInstaller 2.0
- Fix various unicode and utf8 issues
- DONE: new front-end pyinstaller.pyto simplify basic usage: automatically calls Makespec and Build; have handy option like --rebuild to remove all the temporary files and caches
- DONE: eliminate Configure.py
- DONE: eliminate config.dat, _mountzlib.py useUnicode.py
- DONE: can specify hidden imports in Analyse()
- DONE: make handling of tcl/tk use standard mechanisms, no more _useTK.py
- DONE: Multi-executable support
- Customizable (package-dependent) spec file
- Enable/disable importing modules from filesystem
- PyInstaller? home should be "read only", this is: no files are written there
- binchache is going to $HOME/.... (already implemented, but need to be changed)
Note: See
TracRoadmap for help on using
the roadmap.
