Home > other >  Python OperationalError: no to the module: rtree
Python OperationalError: no to the module: rtree

Time:10-06

Sqlite database do is R * index of the Tree, but in the program perform the wrong in the statement "no to the module" less rtree module, how do I want to open sqlite R * Tree module?
Q=(" CREATE VIRTUAL TABLE nodes_index USING rtree (\ n
""Id - Integer primary key \ n"
"MinX, maxX, Minimum and maximum X coordinate \ n", "
"MinY, maxY, Minimum and maximum Y coordinate \ n"
") ")
C.e xecute (q)
Error message is as follows:
C.e xecute (q)

OperationalError: no to the module: rtree
Excuse me each great god how to solve the

Online there is a kind of method is compiled sqlite, after I use vs2010 recompile Python that how to use the compiled sqlite, meng, strives for the great spirit guide, I have already finished for a long time didn't succeed,

CodePudding user response:

The import module

CodePudding user response:

Could you tell me how to solve the
  • Related