[Python-Dev] Bootstrap issue: "select" is compiled "too late"

Benjamin Peterson benjamin at python.org
Thu Oct 4 14:34:43 CEST 2012


2012/10/4 Jesus Cea <jcea at jcea.es>:
> Any suggestion about how to solve this?

Easy solutions include somehow removing the dependence on subprocess
or moving the import of subprocess into the function that uses it.



-- 
Regards,
Benjamin


More information about the Python-Dev mailing list