oanda / oandapy

Python wrapper for the OANDA REST API
MIT License
324 stars 148 forks source link

.exceptions, OandaError #54

Open incoghardo opened 4 years ago

incoghardo commented 4 years ago

Hi, I tried searching for this error and did not see any information.

I am receiving the following error when trying to run the oandapy package from the python shell.

" line 3, in from .exceptions import BadEnvironment, OandaError ImportError: attempted relative import with no known parent package"

any leads are appreciated!