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?

Mac users are used to seeing an app as a single thing, with perhaps
the generic "A" icon. Not as a folder that must be opened, where
inside are 46 (really, 46) items, one of which is the app to launch.
Can this be done?

thanks,

Dave Cortesi

-- 
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.

Reply via email to