On 02/24/2015 01:12 AM, Rui wrote:
I am a freshman to Spyder.

In my *.py file, I wrote:
|
:fromggplot import*
|

I get:

|
ImportError:Nomodulenamed ggplot



|

How can I handle this error. Do I have to manually install the ggplot
module for Spyder?

No you need to install it for Python. Spyder is just an IDE it is not a Python interpreter. The error you are getting comes from Python.





--
Adrian Klaver
[email protected]

--
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/d/optout.

Reply via email to