[Zope] External methods and images

Wolf Logan wolf@searchbutton.com
Mon, 10 May 1999 11:08:18 -0700


whoops. sorry...i forgot to mention the revision i'm in (1.10.2,
ExternalMethod 1.3).

i'll see if i can find the appropriate code in 1.11.x

-----Original Message-----
From: Tony McDonald [mailto:tony.mcdonald@ncl.ac.uk]
Sent: Monday, May 10, 1999 7:15 AM

wolf said:

>i was able to patch it by replacing line 255 in ExternalMethod.py with:
>
>-----
>                if (type(error_type) is type('')) and (lower(error_type) in
>('redirect',)):
>-----

Ah, that might explain it. Only problem is that I'm using 
Zope-1.11.0pr1 and there aren't enough lines in ExternalMethod.py