>> Have you seen the >> PerlApp tool? In my view, something equivalent to that would be >> fantastic. > > I haven't. Is it something like 'pyinstaller' packaged by 'pyinstaller'?
Yes, I suppose that would be a nice description. It can run on the command line, but also has a GUI interface. The following YouTube video explains it well. http://www.youtube.com/watch?v=XvZRLd2tZKI PerlApp is one of the main reasons why I still develop a lot using Perl. Python combined with a similar GUI packager (built on pyinstaller) would be great. I would be happy to do the GUI part, probably using pyside (which is another interesting thread going on right now). -- 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.
