Iain Barnett schrieb:
On 21 Jan 2010, at 00:11, Gabriel Genellina wrote:
If you insist on using Python 3.1, there is another interface to PostgreSQL
called pg8000 that claims to be Python 3.x compatible (I've not actually tested
it).
[1] http://mail.python.org/pipermail/python-porting/2008-D
On 21 Jan 2010, at 00:11, Gabriel Genellina wrote:
> En Wed, 20 Jan 2010 19:45:44 -0300, Iain Barnett
> escribió:
>
>> Would anyone know if it's possible to install psycopg2-2.0.13 with
>> python3.1.1 (or similar)?I can install it with python2.6 with no problems,
>> but obviously I'd prefer
En Wed, 20 Jan 2010 19:45:44 -0300, Iain Barnett
escribió:
Would anyone know if it's possible to install psycopg2-2.0.13 with
python3.1.1 (or similar)?I can install it with python2.6 with no
problems, but obviously I'd prefer to use the latest version. My system
is OSX10.6, and I'm new t
On Jan 20, 2010, at 5:45 PM, Iain Barnett wrote:
Hi,
Would anyone know if it's possible to install psycopg2-2.0.13 with
python3.1.1 (or similar)? When I try I get the following
$ sudo python setup.py install
Password:
File "setup.py", line 233
except Warning, w:
^
Synt
Hi,
Would anyone know if it's possible to install psycopg2-2.0.13 with python3.1.1
(or similar)? When I try I get the following
$ sudo python setup.py install
Password:
File "setup.py", line 233
except Warning, w: