8 Oct
2002
8 Oct
'02
7:15 a.m.
Following the advice of a local Zope guru, I downgraded my activestate python 2.2 to a vanilla python 2.1.3
Hi Shad - this'd be useful advice on Unix but the best thing to do on Windows is just use the binary distribution of Zope as it comes. It uses it's own installation of Python and that's version 2.1.3 already.
For instance, adding a zclass.
As far as I know (and I'm no authority) ZClasses aren't really the way to do things any more. Your best bet is probably ZPT's and Python scripts, then eventually should you need to, develop Python-based products. Cheers, Julian.