I have the same problem on windows. Just copy and paste your former Lib/site-packages/psycopg2 directory in your new Lib/site-packages/ If it was eggified, copy your Lib/site-packages/psycopg2.egg (or whatever its name) and add a line with the same name (eg: ./ psycopg2.egg) in Lib/site-packages/easy-install.pth
On Mar 5, 7:35 am, Ed Valentine <[email protected]> wrote: > I am running CentOS 5.3, Python 2.4. Installed 2.0b6 and did the > tutorial with PostgreSQL and it worked well. > > I setup a new env and installed as before but it is using the 2.0b7. > The issue is that the psycopg2 module will not easy_install. > > The tg2env from the tutorial is working fine with PostgreSQL. > > Is there a way to copy the module from one location to the other? > > Suggestions? > > Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

