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
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
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
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
4 matches
Mail list logo