[Zope] Calendar - tag

bak (kedai) kedai@kedai.com.my
Tue, 26 Jun 2001 09:26:47 +0800


On Monday 25 June 2001 20:18, Tom Deprez wrote:
> Hi,
>
>
> Anybody experiencing the same problems with the calendar tag product as I
> do on Zope 2.3.3?
>
> Zope Error
> Zope has encountered an error while publishing this resource.
>
> Error Type: NameError
> Error Value: split
>

the fix is to also import split when imoprting string

from string import capitalize, join, replace, split

i dont know how it works in previous version of CalendarTag

hth