This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rbtyod
Recipients amaury.forgeotdarc, jmfauth, rbtyod
Date 2008-09-24.19:42:16
SpamBayes Score 2.2369074e-06
Marked as misclassified No
Message-id <1222285341.93.0.204153653672.issue3943@psf.upfronthosting.co.za>
In-reply-to
Content
Amaury, I did as you suggested - running idle.py directly both from a
command line and by clicking on it and the results were the same. Each
time, I got the same error message window as before. In addition,
several seconds before the error window came up I got the following
traceback in the command window:

C:\Python30>python Lib/idlelib/idle.py
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Python30\lib\idlelib\run.py", line 76, in main
    sockthread.set_daemon(True)
AttributeError: 'Thread' object has no attribute 'set_daemon'

I hope this helps.
...Bob
History
Date User Action Args
2008-09-24 19:42:22rbtyodsetrecipients: + rbtyod, amaury.forgeotdarc, jmfauth
2008-09-24 19:42:21rbtyodsetmessageid: <1222285341.93.0.204153653672.issue3943@psf.upfronthosting.co.za>
2008-09-24 19:42:17rbtyodlinkissue3943 messages
2008-09-24 19:42:16rbtyodcreate