#157: All PyQt apps give Error: 'qt_menu.nib could not be loaded' on OS-X
-------------------------+--------------------------------------------------
 Reporter:  chriswayg    |       Owner:  giovannibajo   
     Type:  defect       |      Status:  new            
 Priority:  normal       |   Milestone:                 
Component:  PyInstaller  |     Version:  PyInstaller 1.3
 Severity:  blocker      |    Keywords:  OS-X, PyQt     
-------------------------+--------------------------------------------------
 Trying to run any Pyqt app bundled by pyinstaller will give the following
 error on OS-X:

 {{{Qt internal error: qt_menu.nib could not be loaded. The .nib file
 should be placed in QtGui.framework/Versions/Current/Resources/  or in the
 resources directory of your application bundle.}}}

 This error does not occur when running the python scripts conventionally,
 before it is packaged by pyinstaller.

 My current workaround is to copy the file
 Library/Frameworks/QtGui.framework/Versions/4/Resources/qt_menu.nib to
 Appname.app/Contents/Resources

 This allows the Pyqt applications to run. I wonder though, if this is the
 right way of doing this.

 If pyinstaller supports Pyqt on OS-X, shouldn't the appropriate .nib file
 be automatically included or referenced?

 ---

 Version Numbers:  Pyinstaller SVN revision 771, OS-X 10.6.2, Python 2.6.1,
 Qt 4.6.2., Pyqt 4.7, sip 4.10, QScintilla 2.4.2

-- 
Ticket URL: <http://www.pyinstaller.org/ticket/157>
Pyinstaller <http://www.pyinstaller.org>
PyInstaller Project

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