Sqlite3 throwing: AttributeError: 'NoneType' object has no attribute 'func'
Posted: Wed Feb 07, 2018 10:08 am
Hello,
I was checking sqlite3 module from here: https://github.com/micropython/micropyt ... er/sqlite3
I imported ffilib library from here: https://github.com/micropython/micropyt ... /ffilib.py
Now, when I'm running "import sqlite3", I'm getting this error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "//sqlite3.py", line 7, in <module>
AttributeError: 'NoneType' object has no attribute 'func'
Please check.
I was checking sqlite3 module from here: https://github.com/micropython/micropyt ... er/sqlite3
I imported ffilib library from here: https://github.com/micropython/micropyt ... /ffilib.py
Now, when I'm running "import sqlite3", I'm getting this error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "//sqlite3.py", line 7, in <module>
AttributeError: 'NoneType' object has no attribute 'func'
Please check.