On Sat, 23 Aug 2008 20:08:45 +0200, Theme Park Photo, LLC  
<[EMAIL PROTECTED]> wrote:

> I have been unable to get Django + Postgres to run on Leopard.

I have got that setup running here, using pure MacPorts.
AFAIK, the python module ports are a little buggy and need

>
> (Works fine on Windows and Linux. Personally, I find it much easier to
> get most open source stuff to run on Windows or Windows+Cygwin than on
> the Mac!)
>
> Anyway, the problem isn't Django, and it isn't Postgres. It's
> psycopg2! I can't get it to build! And the "MacPorts" version that
> everyone tells me to use is for Python 2.4, and I'm on Python 2.5.
>

all python 2.5 ports are called py25-<whatever> so psycopg2 would be  
py25-psycopg2

sudo port install py25-psycopg2


adi

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to