Traceback (most recent call last): File "C:UsersLastAncientOneDesktopQuantStartSentdexMachine_LearningQuandl.py", line 1, in <module> import Quandl File "C:UsersLastAncientOneDesktopQuantStartSentdexMachine_LearningQuandl.py", line 3, in <module> mydata = Quandl.get("WIKI/AAPL") AttributeError: 'module' object has no attribute 'get'
I can import Quandl, but I can't use 'get'?
The weird part is that if I were to open IDLE (Python GUI), I can use Quandl.get.
Any help?
You must be logged in to post. Please login or register an account.
-anahita.ansaripour 9 years ago
Last edited 9 years ago
You must be logged in to post. Please login or register an account.
are you naming your file that you are working in Quandl.py?
-Harrison 9 years ago
You must be logged in to post. Please login or register an account.
I got it. Thanks. I need to used different name.
-LastAncientOne 9 years ago
You must be logged in to post. Please login or register an account.