Re: [Pythonmac-SIG] py2app bug with argv_emulation=True

2012-05-31 Thread Michael O'Donnell
Hi Kevin, Ronald, I must be missing something. I have inserted the discussed code into a test file (test.py) as follows: -- import sys from Tkinter import * import tkMessageBox def doOpenFile(*args): for arg in args: tkMessageBox._show(message=str(arg), type="ok

[Pythonmac-SIG] py2app and PyQt: QT plugins cause loading multiple QT library versions

2012-05-31 Thread Michael McCracken
New user, so new thread, in reference to "(PyQt and py2app) Gui starts in IDLE but not as app". This happens when Qt loads image plugins from the system location (likely set during Qt's configure), which then load the system Qt. The problem and a workaround are described here: http://lists.trollt