davecortesi píše v Út 13. 09. 2011 v 13:26 -0700: > I am using pyinstaller 1.6 (svn) and building a PyQt4 application. > Building as --onefile I had the ticket#157 problem (no qt_menu.nib at > runtime). To get around this (by manually copying the .nib) I had to > build --onedir, so the folder was exposed and I could insert the > missing .nib. > > Now in the dist directory I find appname which is a directory, and > when I have added the missing .nib to it, I can go into it and launch > the app (e.g. double-clicking dist/appname/appname) and it does come > up: hurrah! > > However, how do I make this dist/appname folder into a Mac OS > application -- one that does not appear to be a folder but a unitary > item the user can click on?
Pyinstaller is able to create mac bundle - folder with .app extension which user can click and the app will start. see: http://www.pyinstaller.org/wiki/MacOsCompatibility -- 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.
