Hi Jason,

I guess you installed Quandl in your system Python (or any another Python version). Since our Mac application comes with its own Python, it can't detect your module, so you have to instruct it to select your own Python and then you'll be able to import Quandl.

For that please follow the instructions I posted here:

http://stackoverflow.com/a/20485970/438386

Cheers,
Carlos

PS. I'll add these instructions to our next version because this is the most asked question in SO :-)

El 06/01/14 13:50, Thomas Kluyver escribió:
On Sunday, 5 January 2014 12:19:26 UTC-8, Jason Mellone wrote:

    Yet when I try to use this in Spyder I get the following error:

        |         >>>  import  Quandl
                 Traceback  (most recent call last):
                 File  "<stdin>",  line1,  in  <module>
                 ImportError:  No  module namedQuandl|


What is sys.path inside the Spyder console? You might have installed them into separate Python installations.

Thomas
--
You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to