On Sun, 2007-09-02 at 16:04 -0700, Brandon Taylor wrote: > Hi everyone, > > I have Python 2.5.1 and Django installed and running on OS X 10.4.10, > but can't seem to get either the Psycopg2 or MySQL-python bindings > installed so I can actually use a database with Django. > > I have the latest version of PostgreSQL and MySQL5 installed and > running. Can someone please get me pointed in the right direction?! > > Many thanks in advance, > Brandon
On my Mac, the main problem with Python is that I can't tell which version it's using. I assume you've tried downloading psycopg2 and running $ sudo python setup.py install from the terminal in the correct directory? If you have, what errors do you get? Todd --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

