Re: [Rdkit-discuss] cannot import matplotlib in my-rdkit-env

2016-08-21 Thread Markus Sitzmann
Hi Chris,

You have to explicitly install it in your my-rdkit-env, too, like you did in 
the environment where matplotlib is already available.

After you activated my-rdkit-env, you probably just have to run

conda install matplotlib 

(You have to do this for any other package, too)

Markus

-
|  Markus Sitzmann
|  markus.sitzm...@gmail.com

> On 21.08.2016, at 16:24, chris dalton  wrote:
> 
> Hi,
> I have installed Rdkit on a windows laptop with conda and I can activate the 
> rdkit environment OK and if I start IDLE up, rdkit works. However, I can no 
> longer import some other packages, such as matplotlib from that IDLE 
> interpreter. It tells me the package isn't there. 
> 
> If I just start up python without activating the rdkit envronment, I can 
> import matplotlib so it is there; there is something about the rdkit 
> environment that is not looking in the right place. Looking in environment 
> variables, I cannot see anything rdkit-specific.
> 
> How can I use matplotlib within my-rdkit-env?
> 
> thanks,
> 
> Chris.
> --
> ___
> Rdkit-discuss mailing list
> Rdkit-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rdkit-discuss
--
___
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss


[Rdkit-discuss] cannot import matplotlib in my-rdkit-env

2016-08-21 Thread chris dalton
Hi,
I have installed Rdkit on a windows laptop with conda and I can activate
the rdkit environment OK and if I start IDLE up, rdkit works. However, I
can no longer import some other packages, such as matplotlib from that IDLE
interpreter. It tells me the package isn't there.

If I just start up python without activating the rdkit envronment, I can
import matplotlib so it is there; there is something about the rdkit
environment that is not looking in the right place. Looking in environment
variables, I cannot see anything rdkit-specific.

How can I use matplotlib within my-rdkit-env?

thanks,

Chris.
--
___
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss