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
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )