I am a total novice when it comes to this so my apologies for the stupid question

First of all I installed python version 3.6.8 32-bit since that is what the Zorro manual says.

When I try to run the code in jupyter notebook I get an error message

---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-8f5335d6a9a7> in <module>
2 import pandas as pd
3
----> 4 import oandapyV20
5 import oandapyV20.endpoints.accounts as accounts
6 import oandapyV20.endpoints.pricing as pricing

ModuleNotFoundError: No module named 'oandapyV20'


When I try to run the code in IDLE python shell i gett the following error message

SyntaxError: multiple statements found while compiling a single statement

I did use the pip option and installed both the oandapyV20 module and pandas

Where could I successfully run the code? (I have an Oanda account and did enter the account details)

Last edited by YG8; 06/04/20 06:24.