[sqlalchemy] Problem with _compiler_dispatch() call?

2014-05-05 Thread Seth P
I get the following error when trying to create_all() in a sqlite database: TypeError: _compiler_dispatch() missing 1 required positional argument: 'visitor' Looking at annotation.py and visitors.py, all instances of _compiler_dispatch() do indeed appear to expect a 'visitor' argument, which

Re: [sqlalchemy] Problem with _compiler_dispatch() call?

2014-05-05 Thread Michael Bayer
need to see the calling code on that, sounds like you might be using an API incorrectly. e.g. a short script which when run, produces this error - could be in table defs etc. On May 5, 2014, at 3:07 PM, Seth P spadow...@gmail.com wrote: I get the following error when trying to create_all()