Lynn Oliver píše v St 24. 08. 2011 v 10:55 -0700: > Reviewing the mailing list archives, I see that one person appears to > have successfully ported the code to Python 3 two years ago.
Really? I didn't know that. What posts are you referring to? > I attempted to use his changes to help in porting the current > version, but I quickly got in over my head. > Support for Python 3 is mentioned in a few of the tickets, but I don't > see anything that indicates if of when this support will actually be > added. > > What is the current thinking on this? The current thinking is to do some preparation for python3 support in svn: - wrap to custom functions - getting/setting environment variables and running subprocesses - use module 'six' to wrap some naming changes between python 2/3 - and identify other things to be done -- 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.
