From: | Charlie Clark <charlie(at)begeistert(dot)org> |
---|---|
To: | Tamir Halperin <tamir(at)brobus(dot)net> |
Cc: | Zope Database Mailing List <zope-db(at)zope(dot)org>, pgsql-admin(at)postgresql(dot)org |
Subject: | Re: [Zope-DB] Zope and ZPsycopgDA almost working... |
Date: | 2003-03-25 09:50:10 |
Message-ID: | 20030325105010.558.1@wonderland.1048585402.fake |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On 2003-03-25 at 07:20:14 [+0100], Tamir Halperin wrote:
> psycopg.OperationalError
> could not connect to server: No connection could be made because the
> target machine actively refused it.
> (0x0000274D)
> Is the server running on host 192.168.1.102 and accepting TCP/IP
> connections on port 5432?
>
> I'm running pgsql 7.3.2 (with openssl installed but not specifically
> configured in any way since the installation) on FreeBSD 4.6. On another
> box I'm running Zope 2.5 on Win2K pro.
>
> I'm not sure how to confirm that the answer to the above question is
> "yes". If it is found to be "no" I don't know how to change it. This is
> why I'm not sure which mail list to send this to so I'm sending it to
> both. Thanks so much in advance for you help.
Hi Tamir,
as usual the first thing is to check that you can connect to the DB with
psycopg in Python and then make sure that psycopg got installed in Zope
Python.
Charlie
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Rubio | 2003-03-25 14:03:12 | Can't connect to my postgresql |
Previous Message | Fouad Fezzi | 2003-03-25 08:16:37 | Re: encoding problem |