JorgeDeJesus

Untitled

Jun 13th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Hi to all
  2.  
  3. I've detected a problem with call to PyWPS using the WSDL interface (Taverna orchestration). In the lastest
  4. version (in github) the code raises the following error [1]
  5.  
  6. ImportError: cannot import name processes
  7.  
  8. The problem is caused buy and import:
  9.  
  10. from pywps import processes
  11.  
  12. Until I fix the code, and run the unittests, the following solution will solve the problem:
  13.  
  14. The pywps/process folder needs to link to the the folder where the processes are being described.
  15. Simple
  16.  
  17. Cheer
  18. Jorge
  19.  
  20. [1] http://pastebin.com/V4VMxeDB
  21. _______________________________________________
  22. Pywps-devel mailing list
  23. https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/pywps-devel
Advertisement
Add Comment
Please, Sign In to add comment