Re: Problem import owlready2

Posted by Dumas Anthony on
URL: http://owlready.306.s1.nabble.com/Problem-import-owlready2-tp74p84.html

Hi,

whereis sqlite3 give me :

sqlite3: /usr/bin/sqlite3.7 /usr/bin/sqlite3 /usr/local/bin/sqlite3 /usr/share/man/man1/sqlite3.1.gz

/usr/bin/sqlite3 -version => 3.21
/usr/local/bin/sqlite3 -version => 3.21

effectively :
print(sqlite3.sqlite_version) => 3.7.17

do you know how to change path access from python to sqlite3 ?

thanks for helping (again !)