[Zope] urlopen works outside Zope, not inside
Dieter Maurer
dieter@handshake.de
Sat, 30 Mar 2002 21:52:39 +0100
Bill Bell writes:
> I have an External Method containing a reference to urlopen. The procedure
> that the Method represents works well when invoked from outside of Zope. However, within Zope I get the 10061 socket error, "Connection refused."
>
> Help or advice, please.
Are you sure, it gets the same parameters?
"Connection refused" usually means, there is not server at the other
end...
Dieter