[sqlalchemy] Metadata error when using Apache mod_wsgi

2011-06-08 Thread doug holt
Hi, I'm getting a strange error in sqlalchemy/engine/base.py when I try to use a mysql table with more than 6 columns and serve a page using mod_wsgi. Here's a simple dispatch.wsgi file that demonstrates the problem:

[sqlalchemy] Re: Metadata error when using Apache mod_wsgi

2011-06-08 Thread doug holt
Seems like it is an Apache problem. This error occurred on Apache 2.2.13 but not on a system with 2.2.19. On Jun 8, 1:57 pm, doug holt doug.h...@gmail.com wrote: Hi, I'm getting a strange error in sqlalchemy/engine/base.py when I try to use a mysql table with more than 6 columns and serve