hongtaocai / googlefinance

Python module to get real-time stock data from Google Finance API
MIT License
713 stars 170 forks source link

problem with demjson importing #19

Open rezmal opened 8 years ago

rezmal commented 8 years ago

Hi I keep getting this error when I want to use the package test run:

from googlefinance import getQuotes Traceback (most recent call last): File "", line 1, in File "googlefinance/init.py", line 3, in import demjson ImportError: No module named demjson

Any idea how to fix this?

jdeer0618 commented 7 years ago

python -m pip install demjson worked for me.

cpatte7372 commented 6 years ago

Worked for me too.

Can close this case Thanks

matanzit commented 6 years ago

getting an error when running example.py

raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) urllib2.HTTPError: HTTP Error 403: Forbidden