Specifying the the table name as "tg_user" works perfectly! Thanks so
much :-)
class User(SQLObject):
class sqlmeta:
table="tg_user"
Michael Weiner wrote:
i wasnt aware there was a
psycopg egg available. And i thought easy_install really only worked
with
either eggs or the source, am i wrong in this assumption?
Well in ignorance I just tried it, should work only the file it finds
isn't actually on the web site it points to, other than that ...
iMacG5:~ richard$ sudo easy_install psycopg2
Password:
Searching for psycopg2
Reading http://www.python.org/pypi/psycopg2/
Reading http://initd.org/projects/psycopg2
Best match: psycopg2 2.0b6
Downloading http://initd.org/pub/software/psycopg/psycopg2-2.0b6.tar.gz
error: Can't download
http://initd.org/pub/software/psycopg/psycopg2-2.0b6.tar.gz: 404 Not
Found
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---