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 jmfauth
Recipients amaury.forgeotdarc, jmfauth, trentm, twhitema
Date 2008-09-19.17:28:50
SpamBayes Score 0.00010147664
Marked as misclassified No
Message-id <1221845331.84.0.567489243555.issue3905@psf.upfronthosting.co.za>
In-reply-to
Content
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

C:\>cd python30

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'

C:\Python30>

Sorry if I can help here, things like socket and subprocess are not my
cup of tea.
History
Date User Action Args
2008-09-19 17:28:52jmfauthsetrecipients: + jmfauth, amaury.forgeotdarc, trentm, twhitema
2008-09-19 17:28:51jmfauthsetmessageid: <1221845331.84.0.567489243555.issue3905@psf.upfronthosting.co.za>
2008-09-19 17:28:51jmfauthlinkissue3905 messages
2008-09-19 17:28:50jmfauthcreate