Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Hi to all
- I've detected a problem with call to PyWPS using the WSDL interface (Taverna orchestration). In the lastest
- version (in github) the code raises the following error [1]
- ImportError: cannot import name processes
- The problem is caused buy and import:
- from pywps import processes
- Until I fix the code, and run the unittests, the following solution will solve the problem:
- The pywps/process folder needs to link to the the folder where the processes are being described.
- Simple
- Cheer
- Jorge
- [1] http://pastebin.com/V4VMxeDB
- _______________________________________________
- Pywps-devel mailing list
- https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/pywps-devel
Advertisement
Add Comment
Please, Sign In to add comment