Using ZTemplates alone on various platforms...
Hi All, I've just started exploring the wonderful world of Zope! I'd like to start using ZTemplates immediately (if my ISP will agree to installing Python). I've downloaded and unpacked the ZTemplates stuff and If I've read the README right, there's a C file that needs to be compiled? The doco. also refers to getting this file in precompiled format from the binary porting kit? All this is no problem in Linux, but are there Win32 versions already precompiled? Stu
On Sun, 31 Jan 1999, Stuart Hungerford wrote:
I've downloaded and unpacked the ZTemplates stuff and If I've read the README right, there's a C file that needs to be compiled?
The C file is a speedup replacement of code in Python. Thus you don't have to have it, it just makes things faster.
The doco. also refers to getting this file in precompiled format from the binary porting kit? All this is no problem in Linux, but are there Win32 versions already precompiled?
Download the Win32 version of Zope and steal the file from there. --Paul
participants (2)
-
Paul Everitt -
Stuart Hungerford