Re: [Rdkit-discuss] Building RDKit on Windows. Only static libraries produced? How to make the Python wrapper work?

2023-05-11 Thread pgchem pgchem
> Joos Kiener hat am 11.05.2023 16:11 CEST geschrieben: > > > Hi Ernst-Georg, > > maybe you are running into the same issue as I was: > > https://github.com/rdkit/rdkit/discussions/6148#discussioncomment-5450102 > > You have to explicitly tell python where the dlls are: > >

Re: [Rdkit-discuss] Building RDKit on Windows. Only static libraries produced? How to make the Python wrapper work?

2023-05-11 Thread Joos Kiener
Hi Ernst-Georg, maybe you are running into the same issue as I was: https://github.com/rdkit/rdkit/discussions/6148#discussioncomment-5450102 You have to explicitly tell python where the dlls are: os.add_dll_directory(r"C:\path\to\rdkit\lib") before importing rdkit. >From python

Re: [Rdkit-discuss] Building RDKit on Windows. Only static libraries produced? How to make the Python wrapper work?

2023-05-11 Thread Ernst-Georg Schmid
Am 10.05.2023 um 16:32 schrieb pgchem pgchem: I'm currently trying to build RDKit 2023_03_1 on Windows 11 with Visual Studio 2022 Community. The building itself works: - No errors during the build - I get a working extension against PostgreSQL 15.2 - I get working static libraries for Visual