When I use the same script with a standalone application it works but when I try to run it as a wsgi application it fails (wsgi logs does not contain any information regarding the failure!)
On Jul 14, 10:16 am, "King Simon-NFHD78" <[email protected]> wrote: > Eduardo wrote > > > > > On Jul 13, 7:11 pm, "King Simon-NFHD78" > > <[email protected]> wrote: > > > Eduardo wrote > > > > > Hi, > > > > I am trying to prompt an answer from a database after failed > > > > create_engine command. I searched through the source code and I > > found > > > > TypeError, and ValueError returns but they relate (if I > > understood > > > > well only to the access parameters). My problem is that I am sure > > > > that > > > > my access parameters are correct but for some reason the creation > > of > > > > the engine fails. Is there any way to get information why the > > engin > > > > could not be created. The access to db log files is not granted! > > > > Thanks > > > > What kind of database are you trying to connect to? Are you getting > > a > > > Python exception, and if so, can you show us the traceback? > > > > Simon > > > !) PostgresSQL > > 2) I don't get any Python exception. > > So how do you know it's failing then? > > 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.
