hi  i'm using python 2.5
from the python shall subprocess works :

host716:~ epifanio$ python
Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04)
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import subprocess
>>>
>>>
>>> from subprocess import *
>>>

to macpython *
thanks for your time, you're very kind!

Massimo


Il giorno 03/ott/07, alle ore 03:15, [EMAIL PROTECTED] ha scritto:

"No module named subprocess"
seems rather clear to me, even if that normally rises an ImportError.

I guess you run Python 2.3?
AFAIR subprocess is a core library since 2.4, before you could install it separately.

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to