Open jenisys opened 12 years ago
I'm getting the same problem running on CentOS 6 with the same version of SQLAlchemy - I uninstalled and installed SQLAlchemy==0.6 and it now works...
I got the same problem with multi-mechanize 1.2.0. It looks like there's a missing comma in the __table_args__
definition, so it doesn't register as a tuple. This was fixed in December of 2012, but it looks like the fix hasn't made it through to the version you get with pip install. Add it in yourself and it should work.
Running simple test w/ non-existing database results storage fails.
VERSION-INFO:
CONFIG-FILE: results_database = sqlite:///results.db