Hi all, I'm updating cinfony and using the latest RDKit Release (RDKit_2010_12_1, the binary Python 2.6 release), but "from rdkit import Chem" is causing Python to crash (on Windows 7) as below. I've tried with and without RDBASE defined.
Can someone confirm that it works for them? - Noel ======================== C:\Tools\rdkit\RDKit_2010_12_1>echo %PATH% C:\Tools\rdkit\RDKit_2010_12_1\lib C:\Tools\rdkit\RDKit_2010_12_1>echo %PYTHONPATH% %PYTHONPATH% C:\Tools\rdkit\RDKit_2010_12_1>python 'python' is not recognized as an internal or external command, operable program or batch file. C:\Tools\rdkit\RDKit_2010_12_1>C:\Python26\python Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> from rdkit import Chem CRASH!!! ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

