Hi PyInstaller developers, I'm testing PyInstaller on OS X 10.4 and it works well. I especially like the compression that PI offers – my Qt application is 16 mb vs 70 mb using py2app. One thing I noticed though: PyInstaller creates a Unix executable on a mac instead of creating a full application bundle.
If you're not familiar with bundles, all mac applications are actually folders with a .app extension. They hide the actual application and all of it's resources inside (icons, extra files, etc). This allows for a lot of niceties and it's the usual format for all mac software. Are there any plans for adding functionality that creates a proper mac bundle? Aditya -- 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.
