i am using MiddleKit's quickstart. I have come to step -
python Command/main.py. I dont know if i do it wrigth. But i retrieve an error
when compiling main.py
Traceback (most recent call last): File "Command/main.py", line 43, in ? main() File "Command/main.py", line 40, in main store.saveChanges() File "MiddleKit\Run\ObjectStore.py", line 316, in saveChan File "MiddleKit\Run\SQLObjectStore.py", line 193, in commi File "MiddleKit\Run\SQLObjectStore.py", line 214, in _inse File "MiddleKit\Run\MySQLObjectStore.py", line 36, in retr AttributeError: 'Cursor' object has no attribute 'insert_id'
What is wrong?
i have made all the steps rigth as it is said in Quick start. |