I am running Python 2.7 on Win10. I am getting this error: sqlite3.OperationalError: no such module: rtree. And I have rtree installed! Is this an OS issues or Python version? Works fine on Mac OSX.
File "frequent.py", line 183, in <module>
getTablesNColumns()
File "frequent.py", line 21, in getTablesNColumns
cur.exeNFO({})'.format(table[0]))
sqlite3.OperationalError: no such module: rtree