Advertisement
Guest User

Untitled

a guest
Jan 27th, 2016
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "app-root/repo/GetData.py", line 3, in <module>
  3. page = urllib2.urlopen('https://uos.sharjah.ac.ae:9050/prod_enUS/twbkwbis.P_WWWLogin')
  4. File "/opt/rh/python27/root/usr/lib64/python2.7/urllib2.py", line 127, in urlopen
  5. return _opener.open(url, data, timeout)
  6. File "/opt/rh/python27/root/usr/lib64/python2.7/urllib2.py", line 404, in open
  7. response = self._open(req, data)
  8. File "/opt/rh/python27/root/usr/lib64/python2.7/urllib2.py", line 422, in _open
  9. '_open', req)
  10. File "/opt/rh/python27/root/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
  11. result = func(*args)
  12. File "/opt/rh/python27/root/usr/lib64/python2.7/urllib2.py", line 1224, in https_open
  13. return self.do_open(httplib.HTTPSConnection, req)
  14. File "/opt/rh/python27/root/usr/lib64/python2.7/urllib2.py", line 1186, in do_open
  15. raise URLError(err)
  16. urllib2.URLError: <urlopen error [Errno 13] Permission denied>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement