> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> On Behalf Of Eduardo
> Sent: 18 July 2011 15:54
> To: sqlalchemy
> Subject: [sqlalchemy] Re: information about filed create_engine
> 
> Yes, I use wsgi server of the python library bottle and I don't have
> any problem but when I want to use the same script via the apache web
> server I get only a server error no exception could be caught not
> even
> by using the code snippet from you (Thanks by the way). I simply
> included many print lines that appear in the error log file. The
> create_engine fails (I know it from try and except) but I cannot
> catch
> any exception that sheds some light on the reason of the failure.
> 

If you are getting a generic server error from Apache, you'll normally
find the reason in the Apache error log (the location depends on your
installation, but typically it is something like
/var/log/httpd/error_log. Does that shed any light on the problem?

Simon

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to