PyQt not working well on Mac OS X

Dan Sommers me at privacy.net
Wed Dec 14 06:10:40 EST 2005


On 13 Dec 2005 19:03:47 -0800,
"Michael McGarry" <michael.mcgarry at gmail.com> wrote:

> Hi,
> I am running a Python/Qt app I developed that runs flawlessly in Linux
> on my Mac. It is unfortunate not running properly on the Mac OS X. The
> window will not come into focus and is grayed out.

> Does anyone have any ideas?

You may have to "bundle" your app -- i.e., create the whole
application.app structure -- rather that just run the python program
from within a shell.  Cocoa looks for a bunch of resources in standard
places before it will let your app interact with the user.

Regards,
Dan

-- 
Dan Sommers
<http://www.tombstonezero.net/dan/>



More information about the Python-list mailing list