Hi Jorge, Jorge Godoy wrote: > Joe <[EMAIL PROTECTED]> writes: > > > I have psycopg2 installed, for Trac (and also because I was > > investigating SQLAlchemy first), but I installed psycopg1 today because > > SQLObject requires it. I don't think that that should be a problem > > since it looks like SO is screwing up before connecting. > > SQLObject doesn't require psycopg1. In fact, it is recommended that you use > psycopg2. > http://www.turbogears.org/docs/thirdparty.html#sqlobject --> http://sqlobject.org/SQLObject.html --> http://sqlobject.org/SQLObject.html#requirements --> http://initd.org/projects/psycopg1
The last link is from text that reads "Requirements: Currently SQLObject supports ... PostgreSQL <http://postgresql.org> via psycopg." You're right, it does not say it requires psycopg1, but the link sort of implies it. <http://initd.org/projects/psycopg1> Joe --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

