The Python version that ships with Snow Leopard is compiled for 64-bit. Unfortunately, the latest psycopg2 does not work properly, and you'll have to recompile Python for yourself in 32-bit.
Here are the instructions: http://shawnmilo.blogspot.com/2009/11/psycopg2-on-snow-leopard.html Incidentally, this is a nice opportunity for you to start using virtualenv (if you're not already). Also, I recommend installing Python 2.7 and using "make altinstall" instead of "make install," so you don't mess with the default Python installation. Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.