Michael McGarry <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to