How to install Python modules depends:
a) on the operation system (windows, linux, osx)
b) on the Python distribution, if any (like WinPython or Anaconda)

If you use Anaconda, the following command should work:
conda install ggplot

Uwe

Am 24.02.2015 um 10:12 schrieb Rui:
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?


--
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] <mailto:[email protected]>.
To post to this group, send email to [email protected] 
<mailto:[email protected]>.
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

--
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