Re: psycopg2, postgres9.1, Mac OS - problem with psycopg2

2012-02-22 Thread Will Tuladhar-Douglas
And to whomever wrote and applied those very patches, _thank you_. I discovered them after shifting to 1.4a and suddenly lots of things just work. -WBTD. On 23 Feb 2012, at 01:26, Jeff Heard wrote: > Just as a followup to this, there are a few problems that have been patched > on Django with r

Re: psycopg2, postgres9.1, Mac OS - problem with psycopg2

2012-02-22 Thread Jeff Heard
Just as a followup to this, there are a few problems that have been patched on Django with regards to Postgres 9.1. They're not in the stable release, but if you're using custom binary fields, such as PostGIS geometry, you will need to search for the patch and apply it. You may see '\x00' is not

Re: psycopg2, postgres9.1, Mac OS - problem with psycopg2

2012-02-22 Thread Shawn Milochik
You can either add the proper path of pg_config to your PATH, or just extract the psycopg2 and add the full path to pg_config into the config file it contains then run 'python setup.py install' on the setup.py in the package. -- You received this message because you are subscribed to the Googl

psycopg2, postgres9.1, Mac OS - problem with psycopg2

2012-02-22 Thread Anna
Hello, I'm trying to install psycopg2 with PostgresSQL 9.1 using Python 2.6 on a Mac OS X 10.6.8 with Django. I placed the psycopg2 folder under Python 2.6 and added the following lines to setup.cfg include_dirs=/Library/PostgreSQL/9.1/include library_dirs=/Library/PostgreSQL/9.1/lib pg_config=/Li