Installing PyGreSQL isn't trivial, especially on Dell computers. Here's a recipe that worked for me and Python 2.5:
- Download and install postgresql-8.3.5-2-windows.exe (You shouldn't need the whole install.)
- Add C:\Program Files\PostgreSQL\8.3\lib to your PATH for libpq.dll.
- Add C:\Program Files\PostgreSQL\8.3\bin to your PATH for ssleay32.dll.
- Hide
( Read more... )
Comments 5
Mercifully, when it came time to move to the production server, our I.T. guy installed postgres. It's a linux/apache/Django setup, so the python db module was 'postgresql_psycopg2', so it was a different beast, but from what I understand it wasn't trivial either.
Reply
Reply
Damn what a PIA.
Dan
Reply
Reply
Reply
Leave a comment