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 Bill.Bergmann, Claudiu.Popa, ned.deily
Date 2014-04-28.21:13:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398719627.04.0.382676048905.issue21378@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, works for me using the python.org 3.4 64-bin installer.  What is the output of:

python3 -c 'import sys;print(sys.version)'

As Claudiu suggests, check for a concurrent.py shadowing the standard library version.

Also, why are you setting PYTHONPATH to include /Library/Frameworks/Python.framework/Versions/{3.4,2.7}/lib/python3.4/site-packages/?  Those are the standard locations for site-packages are included automatically in sys.path by the respective interpreters.  Setting PYTHONPATH should not normally be needed.
History
Date User Action Args
2014-04-28 21:13:47ned.deilysetrecipients: + ned.deily, Claudiu.Popa, Bill.Bergmann
2014-04-28 21:13:47ned.deilysetmessageid: <1398719627.04.0.382676048905.issue21378@psf.upfronthosting.co.za>
2014-04-28 21:13:47ned.deilylinkissue21378 messages
2014-04-28 21:13:46ned.deilycreate