[Pythonmac-SIG] Mac OSX pythonw python and Tk...

Jeff Senn senn@maya.com
Thu, 18 Jul 2002 15:33:02 -0400


Bob Ippolito <bob@redivi.com> writes:

> try:
> /usr/local/bin/python

Same problem. 

Ok... I see that just doing /Applications/.../MacOS/python seems to work.

I was confused because someone once suggested putting "import idle.idle"
in __main__.py --- this is a very *bad* idea if your application is 
multi-threaded (like mine) since the import lock will never be released
and every additional thread will certainly lock up on the first "import".

<sigh>
-Jas