bieff...@gmail.com wrote
> I checked, and, for windows platform subprocess.py uses the modules
> mvscrt and _subprocess, which I ham unable to
> locate on my windows XP python 2.6 installation. This make the whole
> thing harder, even impossible if _subprocess has
> been created especially for subprocess.py.

Some modules are built into pythonXX.dll. You won't find them in the
file system.

The subprocess module either requires _subprocess or it can be switched
to pywin32. Check out the head of the file!

Christian

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to