[Zope-dev] ZPublisher.Client
Dieter Maurer
dieter@handshake.de
Tue, 10 Oct 2000 11:46:30 +0200 (CEST)
Andrew Edmondson writes:
> I used to use Client.py quite a lot for calling zope objects through the web
> from python.
>
> However, now that I've upgraded to Zope 2.x it fails.
> __call__
> raise NotAvailable, RemoteException(
> bci.NotAvailable: (111, 'Connection refused') (File:
> http://localhost/Zope/fastcgi/Control_Panel/Database/manage_pack Line:
> days:int=0)
> None None for None
The "Connection refused" usually indicates, there is not server
listening at the required port: in your case at
"localhost:80".
Dieter