Hi All
Im using SharpDevelop 4.4.2 and trying to build a WPF ironpython aplication and everything works great exept for importing sqlite.
Im using Ironpython 2.7.3
What I have done:
I have added a referance to the IronPython.SQLite.dll in the "C:\Program Files (x86)\IronPython 2.7\DLLs" folder.
I then import IronPython.SQLite to the Window.py and when I run the aplication I get a "ImportError: No module named SQLite"
I have tried multiple solutions online including downloading other IronPython.SQLite.dll's
Am I missing something. Please any help would be awesome.
Thank you