[Zope-DB] page not found error while connecting
Charlie Clark
charlie@begeistert.org
Tue, 03 Dec 2002 11:26:46 +0100
On 2002-12-03 at 04:22:10 [+0100], Chason Hayes wrote:
> I am running Zope 2.6 with psycopg DBA and the latest cygwin with
> postgresql on a windows 98 se OS. The porblem is that when I open a DB
> connection I get a standard "page not found" message. I can connect to
> the database with python 2.2 and PyPgSQL so I know the DB is accepting
> connections. I am using the same connection parameters
> dbname=mydatabase hostname=myhost
>
> does anyone have any suggestions besides installing Linux on this
> particular machine.
You shouldn't be gettign a "page not found message" at all. If you use the
"test" or "browse" tabs in your DBA you should get some more useful
information as to why things aren't working.
Charlie