> This one should be really fixed for Mac OS X. > > Where on your system is the location of qt_menu.nib?
/Library/Frameworks/QtGui.Framework/Versions/Current/Resources/qt_menu.nib There is also a /Library/Frameworks/QtCore.Framework/Versions/Current -- but it does not contain a Resources folder. Obviously only needed if the program makes reference to PyQt4. BTW, qt_menu.nib is the only file in its folder. Also the only .nib (Interface Builder) file in any Qt-related folder. One may speculate it is somehow needed for Qt to get access to the MacOS menu structure, but otherwise they avoided the Apple interface tools. > spec file may contain python code. So you could add there some python > code to copy qt_menu.nib. Is this not what the TOC entries are for? From the manual it seems that there should be some way to add a 'DATA' tuple to pick it up. If that is so, this would be a good practical example to add to the manual. -- 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.
