Re: [Rdkit-discuss] Problems after installing rdkit release 2016_03_1

2016-07-20 Thread Paolo Tosco
Dear Jessica, The problem is that PYTHONPATH and LD_LIBRARY_PATH are not set for your IDLE session. This is probably because you set your variables in your .bashrc and then you are starting IDLE from your GNOME/KDE start menu, so .bashrc is not sourced. If you start your IDLE session from your

Re: [Rdkit-discuss] Problems after installing rdkit release 2016_03_1

2016-07-20 Thread Jessica Krause
Hello David, it shows: >>> import os >>> os.environ["PYTHONPATH"] Traceback (most recent call last): File "", line 1, in os.environ["PYTHONPATH"] File "/usr/lib/python2.7/UserDict.py", line 40, in __getitem__ raise KeyError(key) KeyError: 'PYTHONPATH' And Paolo

Re: [Rdkit-discuss] Problems after installing rdkit release 2016_03_1

2016-07-19 Thread David Hall
what does os.environ["PYTHONPATH”] show when you are in IDLE? > On Jul 19, 2016, at 12:26 PM, Jessica Krause wrote: > > Dear All, > > I installed the new release of Rdkit in Ubunutu 16.04. I am not able to > import rdkit module in my IDLE and Spyder after installing

[Rdkit-discuss] Problems after installing rdkit release 2016_03_1

2016-07-19 Thread Jessica Krause
Dear All, I installed the new release of Rdkit in Ubunutu 16.04. I am not able to import rdkit module in my IDLE and Spyder after installing the new release 2016. It works in terminal and Ipython Notebook but shows error in IDLE and Spyder. In Terminal: Python 2.7.12 (default, Jul 1 2016,