TimJuni / raspistillWeb

Little python web interface for raspistill to take photos with the RaspberryPi
GNU General Public License v3.0
20 stars 11 forks source link

Error with sqlachemy #15

Closed jeankeller closed 4 years ago

jeankeller commented 4 years ago

Dear,

An error occured during the initialize_raspistillweb_db development.ini command and return the following error: ImportError: cannot import name 'ZopeTransactionExtension' From what I can see, it could be due to a change in the 1.3.X version of SQLalchemy where ZopeTransactionExtension could correspond to ZopeTransactionEvents. I tried with 1.3.9, 1.3.10 and 1.3.11 version and still get the same error. Also tried the 1.0.19 version of SQLalchemy (pip3 install sqlalchemy==1.0.19, well found by setup.py develop).

Thanks for your help!

jeankeller commented 4 years ago

solved by manual installation of zope.sqlalchemy==1.1