rvianello / chemicalite

An SQLite extension for chemoinformatics applications.
https://chemicalite.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
55 stars 8 forks source link

Is there any way to make chemicalite.dylib, .so or .dll? #13

Open JeongSooNa opened 3 months ago

JeongSooNa commented 3 months ago

Hello this is JeongSoo Na. I want to run code in python like unders.

connection.load_extension("chemicalite")
# connection.load_extension("/C/Users/jsna/Desktop/syn-retro-public/env/chemicalite.pylib")

But I had no sqlite module files.

Please help me.. :( Thank U

rvianello commented 3 months ago

Sorry, I am not sure I understand the question.

What operating system are you using and how did you build/install chemicalite?