You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'have an error that should be a consequence of some modifications made for #150 :
Traceback (most recent call last):
File "/home/afsy/jrs/Documents/geometwps/srvgeomet27/src/pywps-master/pywps/app/Process.py", line 227, in _run_process
100, STATUS.DONE_STATUS, clean=self.async)
File "/home/afsy/jrs/Documents/geometwps/srvgeomet27/src/pywps-master/pywps/app/WPSResponse.py", line 70, in update_status
self.write_response_doc(self.doc, clean)
File "/home/afsy/jrs/Documents/geometwps/srvgeomet27/src/pywps-master/pywps/app/WPSResponse.py", line 84, in write_response_doc
self.process.clean()
File "/home/afsy/jrs/Documents/geometwps/srvgeomet27/src/pywps-master/pywps/app/Process.py", line 281, in clean
except WindowsError as err:
NameError: global name 'WindowsError' is not defined
Environment
operating system: Ubuntu 14.04, 16.04
Python version: 2.7
PyWPS version: 4, latest
source/distribution
git clone
Debian
PyPI
zip/tar.gz
other (please specify):
web server
Apache/mod_wsgi
CGI
other (please specify): Flask
Steps to Reproduce
Lock on the tmp dir
Additional Information
The text was updated successfully, but these errors were encountered:
jachym
added a commit
to jachym/PyWPS
that referenced
this issue
Jan 2, 2017
Description
I'have an error that should be a consequence of some modifications made for #150 :
Environment
Steps to Reproduce
Lock on the tmp dir
Additional Information
The text was updated successfully, but these errors were encountered: