PyQt on MAC OS X
Ronald Oussoren
ronaldoussoren at mac.com
Wed Dec 15 04:23:19 EST 2004
On 14-dec-04, at 0:42, Michael McGarry wrote:
> Kevin,
>
> thanks that did the trick!!!
>
> One problem is my Window created in Qt appears underneath all others
> on the screen and focus never goes completely onto this window. Kind
> of weird.
>
> Any ideas?
Did you use pythonw to start your script? If you use the normal
interpreter (the one named python) you've run into an annoying feature
of the MacOS X display system, pythonw can be used to circumvent that
feature.
Ronald
More information about the Python-list
mailing list