[Sqlalchemy-users] tutorial problem

2006-07-03 Thread John Aherne
Sorry about the previous post. Problem seems to be that the autoload does not pull in the metadata from the table. The select command shows a select from users but no columns available and \n before the from. print s shows: (SELECT FROM users) It works ok if I include the lines that spell out t

[Sqlalchemy-users] tutorial problem

2006-07-03 Thread John Aherne
I have a problem with the tutorial which I have been working through. My environment is:-- postgres 8.1.3 running as localhost python 2.4.3 sqlalchemy 0.2.4 release windows 2000 sp3 psycopg 2.2 First question: I assume sqlalchemy is meant to work on windows. Other people seem to be running on wi