Message212866
| Author |
chester.burns |
| Recipients |
chester.burns, ned.deily |
| Date |
2014年03月07日.09:31:48 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1394184708.54.0.338801610334.issue20863@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I tried that and it came up with this:
Traceback (most recent call last):
File "/usr/local/bin/idle3.3", line 5, in <module>
main()
File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/idlelib/PyShell.py", line 1572, in main
shell.interp.runcommand(''.join(("print('", tkversionwarning, "')")))
AttributeError: 'NoneType' object has no attribute 'interp'
I also tried typing 'open /usr/local/bin/idle3.3' and it returned this:
No application knows how to open /usr/local/bin/idle3.3. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2014年03月07日 09:31:48 | chester.burns | set | recipients:
+ chester.burns, ned.deily |
| 2014年03月07日 09:31:48 | chester.burns | set | messageid: <1394184708.54.0.338801610334.issue20863@psf.upfronthosting.co.za> |
| 2014年03月07日 09:31:48 | chester.burns | link | issue20863 messages |
| 2014年03月07日 09:31:48 | chester.burns | create |
|