Advertisement
Guest User

Untitled

a guest
Apr 15th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. File "hi.py", line 16, in <module>
  2. intro()
  3. File "hi.py", line 13, in intro
  4. quote = ystockquote.get_price(line)
  5. File "/Users/Nawaz/plancials_beta/env/lib/python2.7/site-packages/ystockquote.py", line 67, in get_price
  6. return _request(symbol, 'l1')
  7. File "/Users/Nawaz/plancials_beta/env/lib/python2.7/site-packages/ystockquote.py", line 31, in _request
  8. resp = urlopen(req)
  9. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 127, in urlopen
  10. return _opener.open(url, data, timeout)
  11. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 402, in open
  12. req = meth(req)
  13. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1113, in do_request_
  14. raise URLError('no host given')
  15. urllib2.URLError: <urlopen error no host given>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement