[ZPT] 1.3.0 issues with trailing '/'

Evan Simpson evan@digicool.com
Wed, 23 May 2001 09:38:03 -0400


From: "Steve Spicklemire" <steve@spvi.com>
> <span tal:define=" global Batch modules/ZTUtils/Batch/;
>   global theCatalog  here/Catalog/;
>   global artists here/Artists/;
>   global locations here/Locations/;
>   global mediaMaster here/mediaMaster/;
>   global empty python:''" tal:replace="nothing"></span>

Trailing-slash-as-nocall was rejected pretty soundly in the recent survey,
so the trailing slashes in this are causing the error.  To get the Batch
class without calling it, you need "global Batch
python:modules['ZTUtils'].Batch".

Cheers,

Evan @ digicool