Hi All,
I am trying to get a new 64 bit Windows machine setup with Python27_32 and
rdkit 32 bit

I used the install package for RDKit_2012_09_1 . I was able to add the
requisite %RDBASE% and %RDBASE%/lib to my PYTHONPATH and Path and definine
the RDBASE environment variable to point to C:\RDKit_2012_09_1

After I installed vcredist_x86.exe , ( this step threw me for a loop till I
read this post
http://www.mail-archive.com/[email protected]/msg02381.html
)

now when I import Chem from rdkit I get the following error. I checked and
there seems to be no rdGeometry module inside the Geometry directory inside
rdkit.

I am sure I missed something since its been a while since I
updated/installed rdkit. How can i get that module installed

Thanks for your help

Hari


 H:\>c:\Python27_32\python
Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)]
on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> import rdkit
>>> from rdkit import Chem
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\RDKit_2012_09_1\rdkit\Chem\__init__.py", line 22, in <module>
    from rdkit.Geometry import rdGeometry
  File "C:\RDKit_2012_09_1\rdkit\Geometry\__init__.py", line 5, in <module>
    from rdGeometry import *
ImportError: No module named rdGeometry
>>>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to