On Tuesday 08 of October 2013 14:48:43 Christian Tismer wrote: > Howdy, > > working with PyInstaller after many years again, I see it in good shape! > > Some things are missing, like Python 3 support. > For me this is urgent, because I switched almost all my projects where > possible. > > I am btw. the Stackless Python guy, and I worked with Gordon McMillan quite > a lot. > > The way the repository is maintained looks quite good to me, and I would > like > to become a contributor. > > My goals are > > - Python 3 support > > - more targets, not just executables or com servers. > > Especially I would like to build a package that contains pythonxx.dll, > library.pyz and makes > just that a configurable thing with customization hooks, for embedding. > > Cheers - Chris
Hi Chris, welcome. Regarding Python 3: - it is main goal for next release - it is happening in a separate branch for now https://github.com/pyinstaller/pyinstaller/tree/modulegraph - modulegraph package is itegrated and basic things are working with that - this week I started porting PyInstaller code for Python 3. You can see my latest changes in my branch. - If you want to contribute something regarding python3, then start developing of my branch: https://github.com/matysek/pyinstaller/tree/modulegraph First I would like to make PyInstaller code compatible with Python 3 and then fix the bootloader for Python 3. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/groups/opt_out.
