I've been trying to get the psycopg 2 python module installed so that I may use my postgresql database in my web app. So far I have edited the configuration file, and have tried the command
bash$ sudo easy_install psycopg2-2.0.3/ TurboGears installed for python 2.4 however the above installs the egg file in my python 2.3 directory. When I run bash$ python or bash$sudo python I get Python 2.4.3 (#1, Mar 30 2006, 11:02:15) [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin How do I get psycopg to install for 2.4, is it possible to copy the egg directly to the 2.4 directory? Thanks Jon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

