Dear sphinx-dev
I got a problem in executing the test script wps.py after I have
installed the
setup.py - the following message appears:
---
Traceback (most recent call last):
File "C:\pywps-3.0.0\wps.py", line 238, in <module>
wps = WPS()
File "C:\pywps-3.0.0\wps.py", line 104, in __init__
self._loadConfiguration()
File "C:\pywps-3.0.0\wps.py", line 181, in _loadConfiguration
cfgfiles = (os.path.join(self.workingDir,"pywps","default.cfg"),
File "C:\Python25\lib\ntpath.py", line 90, in join
assert len(path) > 0
TypeError: object of type 'NoneType' has no len()
---
Running under Win XP with Python 2.5.
Thanks a lot for helping me!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---