On Oct 19, 2007, at 8:23 PM, Eddie wrote:

>
> 2007-10-19 16:26:45,437 INFO sqlalchemy.engine.base.Engine.0x..d0 {}
> 2007-10-19 16:26:45,437 INFO sqlalchemy.engine.base.Engine.0x..d0
> COMMIT
> the end
> (--END--)
>

yeah this is something configurational with your DBAPI.  anything  
wrong on the python side would throw an exception which you'd  
see...that the program just ends, something native is going on.  try  
writing a simple DBAPI (no sqlalchemy) program that just imports the  
driver and issues a connect().  try it also using the *wrong*  
hostname, so that it fails with a "host not found" error, to make  
sure it can do that much....it could be just importing the driver  
thats crashing it, and you might have to make sure things are  
installed properly (up to date versions of DLLs, etc.)

--~--~---------~--~----~------------~-------~--~----~
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