Problems With socket Under NT & PythonWin 2.0

Mark Hammond MarkH at ActiveState.com
Wed Dec 13 17:24:56 EST 2000


Darrell wrote:

> I was guessing that your app was sharing an important thread with PythonWin.

That would be the main thread ;-)

> PythonWin could have started your app in another thread to avoid this.

Exactly.  In general, this problem will exist for all IDEs that run code 
in the same process.  For this reason, most IDEs are moving to 
out-of-proc debugging.  Komodo has only out-of-proc debugging (and works 
very nicely too)

Mark.




More information about the Python-list mailing list