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 ned.deily
Recipients hynek, ned.deily, ronaldoussoren, ww0115
Date 2015-02-11.03:09:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423624163.21.0.48112325065.issue23431@psf.upfronthosting.co.za>
In-reply-to
Content
Try launching IDLE from a Terminal window command line shell with:

/usr/local/bin/python3.4 -m idlelib

and see if any error messages are reported.  Also please report what is printed when this is run in a command shell:

/usr/local/bin/python3.4 -c 'import sys;print(sys.version)'
History
Date User Action Args
2015-02-11 03:09:23ned.deilysetrecipients: + ned.deily, ronaldoussoren, hynek, ww0115
2015-02-11 03:09:23ned.deilysetmessageid: <1423624163.21.0.48112325065.issue23431@psf.upfronthosting.co.za>
2015-02-11 03:09:23ned.deilylinkissue23431 messages
2015-02-11 03:09:22ned.deilycreate