Hi,

 

I just installed rdkit (2016_03_64bit) on a windows 8.1 (64bit) computer. I
run python 2.7.

All environment variables listed in the install docs are defined. Boost is
installed.

When I do

import rdkit (executes OK)

And afterwards

from rdkit import Chem

I get:

Traceback (most recent call last):

  File "<stdin>", line 1, in <module>

  File "C:\rdkit2016_03_64bit\rdkit\Chem\__init__.py", line 18, in <module>

    from rdkit import rdBase

ImportError: DLL load failed: The specified module could not be found.

 

I searched through the mailing list already and there it is stated that I
should put the files msvcp.dll and msvcr100.dll  in the rdkit lib folder.

I did that (copying the 64bit versions of msvcp100.dll and msvcr100.dll to
%RDBASE%/lib)  , but I STILL get the same error.

 

Running python -v unfortunately does not give more information about what
dll is missing. I already used dependencychecker on rdbase.pyd and could not
find a reference to a dll that is not already present in my rdkit lib
folder.

 

Any idea what else can cause the  problem?

 

Any feedback is highly appreciated.

Best regards

Hans-Juergen

 

 

 

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to