Any reason why I can auth with psql and not the sqlachemy.dburi in
Pylons?  I can see that the user, password, host, port are all passed
correctly.  These are the same parameters I use with psql to connect.
I'm connecting from the same machine in both cases.

psql -U username -h <ip address> <databasename>
Works.

sqlachemy.dburi = postgrs://username:password@<ip address>:5432/
databasename
Doesn't work.

Ideas?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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