@efestwin wrote:
Hey Folks,
I am looking for a way to use SQLite in RhinoPython.
Since Rhino uses IronPython 2.7 and the sqlite3 module is part of the standard library since Python 2.5, I don't quite understand why I can't just call:import sqlite3This will give me an error, since the module is not available for some reason.
Can anyone explain / help?
Posts: 1
Participants: 1