in run.py in Python_30\Lib\idlelib
the line:                        sockthread.set_daemon(True)
has to be changed to:    sockthread.setDaemon(True)

the message was:

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


_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to