Hi all, at the moment pyinstaller does not support python3. I think it will require a lot changes in pyinstaller.
However, we could some steps in 1.6 to ease future implementation of python3. There is on my mind a module called "six": http://packages.python.org/six/ Six is a small pure python library. "Six provides simple utilities for wrapping over differences between Python 2 and Python 3." To support both - python 2 and 3 we will definitely need such a module or write own, similar to Six. Pros: implementing python3 support in the future will require less changes. Cons: with Six we need to drop support for python 2.2 and 2.3. What do you think about starting using "Six" or about doing any other small changes which would create good base for python3? Any comments, suggestions? Regards Martin Zibricky -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
