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 Bill.Bergmann
Recipients Bill.Bergmann, Claudiu.Popa, ned.deily
Date 2014-04-29.16:35:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398789350.4.0.297449564272.issue21378@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for your response. The program works as expected.

I removed PYTHONPATH settings for 3.4 and 2.7. I'm not sure how those settings were written. I suspect something related to virtualenv, and I will be watching to see if they are written again.

When I removed those paths, an error message pointed me to a local version of concurrent.py from tornado that was shadowing the concurrent.py in the python3.4 site-packages.
History
Date User Action Args
2014-04-29 16:35:50Bill.Bergmannsetrecipients: + Bill.Bergmann, ned.deily, Claudiu.Popa
2014-04-29 16:35:50Bill.Bergmannsetmessageid: <1398789350.4.0.297449564272.issue21378@psf.upfronthosting.co.za>
2014-04-29 16:35:50Bill.Bergmannlinkissue21378 messages
2014-04-29 16:35:49Bill.Bergmanncreate