On Wed, Feb 22, 2012 at 1:21 AM, Gustavo Marin <[email protected]> wrote: > Hello, > I am new to TurboGears and I am having a similar issue, how did you manage > to downgrade to 2.4? > I guess this is a very basic question.... thanks for your help :)
Try installing specific version with easy_install script, you just need to specify it: # easy_install psycopg2==2.4 That should do the trick. Regards, Carlos Daniel Ruvalcaba Valenzuela -- 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?hl=en.

