PyQt not working well on Mac OS X

Alex Martelli aleax at mail.comcast.net
Wed Dec 14 00:26:43 EST 2005


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?

Use pythonw, rather than python, to run any Python script that needs to
have a GUI.


Alex



More information about the Python-list mailing list