Message191518
| Author |
dbackhaus |
| Recipients |
dbackhaus |
| Date |
2013年06月20日.14:40:02 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1371739202.98.0.896833417364.issue18270@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
It just worked fine yesterday, but when I start IDLE (with and without trying to open a file at the same time) I get this error.
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/bin/idle", line 5, in <module>
main()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/PyShell.py", line 1560, in main
shell.interp.runcommand(''.join(("print('", tkversionwarning, "')")))
AttributeError: 'NoneType' object has no attribute 'interp' |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2013年06月20日 14:40:03 | dbackhaus | set | recipients:
+ dbackhaus |
| 2013年06月20日 14:40:02 | dbackhaus | set | messageid: <1371739202.98.0.896833417364.issue18270@psf.upfronthosting.co.za> |
| 2013年06月20日 14:40:02 | dbackhaus | link | issue18270 messages |
| 2013年06月20日 14:40:02 | dbackhaus | create |
|