[Pythonmac-SIG] pywps on mac osx

Henning Hraban Ramm hraban at fiee.net
Tue Oct 2 13:52:56 CEST 2007


Am 2007-10-02 um 12:25 schrieb massimo di stefano:

> ./wps.py "service=WPS&version=0.4.0&request=getcapabilities"
> Traceback (most recent call last):
>    File "./wps.py", line 74, in ?
>      raise ServerError(e)
>    File "/Library/WebServer/CGI-Executables/pywps-2.0.0-rc3/pywps/Wps/
> wpsexceptions.py", line 105, in __init__
>      raise NoApplicableCode(value)
> pywps.Wps.wpsexceptions.NoApplicableCodePyWPS NoApplicableCode: No
> module named subprocess
> Content-type: text/xml

"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.


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net
https://www.cacert.org (I'm an assurer)




More information about the Pythonmac-SIG mailing list