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. Bill ------------ "It is the time that you have wasted for your rose that makes your rose so important."--St-Exupery
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
participants (2)
-
Bill Bell -
Dieter Maurer