Advertisement
darkadan

OpenShift - URLError: <urlopen error [Errno 13] Permission d

Oct 14th, 2013
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.67 KB | None | 0 0
  1. (virtenv)[mps2magento-stackplus.rhcloud.com virtenv]\> python
  2. Python 2.7.5 (default, Aug 16 2013, 05:57:04)
  3. [GCC 4.4.6 20110731 (Red Hat 4.4.6-3)] on linux2
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> from suds.client import Client
  6. >>> urlmps = 'http://www.mps.com.co:91/ArticuloDisponible.asmx?wsdl'
  7. >>> c = Client(urlmps)
  8. Traceback (most recent call last):
  9.   File "<stdin>", line 1, in <module>
  10.   File "build/bdist.linux-x86_64/egg/suds/client.py", line 112, in __init__
  11.   File "build/bdist.linux-x86_64/egg/suds/reader.py", line 152, in open
  12.   File "build/bdist.linux-x86_64/egg/suds/wsdl.py", line 136, in __init__
  13.   File "build/bdist.linux-x86_64/egg/suds/reader.py", line 79, in open
  14.   File "build/bdist.linux-x86_64/egg/suds/reader.py", line 95, in download
  15.   File "build/bdist.linux-x86_64/egg/suds/transport/https.py", line 60, in open
  16.   File "build/bdist.linux-x86_64/egg/suds/transport/http.py", line 62, in open
  17.   File "build/bdist.linux-x86_64/egg/suds/transport/http.py", line 118, in u2open
  18.   File "/opt/rh/python27/root/usr/lib64/python2.7/urllib2.py", line 404, in open
  19.     response = self._open(req, data)
  20.   File "/opt/rh/python27/root/usr/lib64/python2.7/urllib2.py", line 422, in _open
  21.     '_open', req)
  22.   File "/opt/rh/python27/root/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
  23.     result = func(*args)
  24.   File "/opt/rh/python27/root/usr/lib64/python2.7/urllib2.py", line 1214, in http_open
  25.     return self.do_open(httplib.HTTPConnection, req)
  26.   File "/opt/rh/python27/root/usr/lib64/python2.7/urllib2.py", line 1184, in do_open
  27.     raise URLError(err)
  28. urllib2.URLError: <urlopen error [Errno 13] Permission denied>
  29. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement