On Wednesday 05 of March 2014 16:05:12 Michael Hipp wrote: > So what is the real solution? Could 'six' be listed as a dependency rather > than bundled?
The real solution could be to add folder 'PyInstaller/lib' at the end of sys.path - pyinstaller would use system packages first and fallback to the bundled. And also remove six.py module since do not use it yet. Could you try my brach, I tried to fix it there. https://github.com/matysek/pyinstaller Thanks
signature.asc
Description: This is a digitally signed message part.
