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 stefanoborini
Recipients Tor.Colvin, lemburg, neologix, stefanoborini, vstinner
Date 2014-07-08.09:40:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404812457.02.0.898385985278.issue21772@psf.upfronthosting.co.za>
In-reply-to
Content
You can't use subprocess. platform is used during build. subprocess needs select, but select is a compiled module and at that specific time in the build process is not compiled yet.
History
Date User Action Args
2014-07-08 09:40:57stefanoborinisetrecipients: + stefanoborini, lemburg, vstinner, neologix, Tor.Colvin
2014-07-08 09:40:57stefanoborinisetmessageid: <1404812457.02.0.898385985278.issue21772@psf.upfronthosting.co.za>
2014-07-08 09:40:56stefanoborinilinkissue21772 messages
2014-07-08 09:40:56stefanoborinicreate