Problems With socket Under NT & PythonWin 2.0
Mark Hammond
MarkH at ActiveState.com
Wed Dec 13 17:24:56 EST 2000
More information about the Python-list mailing list
Wed Dec 13 17:24:56 EST 2000
- Previous message (by thread): Moving from Perl to Python
- Next message (by thread): Problems With socket Under NT & PythonWin 2.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Moving from Perl to Python
- Next message (by thread): Problems With socket Under NT & PythonWin 2.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list