Re: [Zope] PageTemplates - TAL configuration
Error Type: AttributeError Error Value: _v_blocks
This is a strange one. I'll have to try installing a setup like yours from scratch to see if I can replicate it; My CVS checkouts work fine.
I am getting the exact same thing. I have RedHat 7.0 with a fresh install of Zope 2.3.1 and only TAL 1.0.0 and PageTemplates 1.0.0 added. I tried previously with ParsedXML-1.0, as well, and got the same error. Do I need ParsedXML-1.0?
The TAL seems to work fine from the command line using the test > > script.
Well, I tried this again on a different computer with a fresh RedHat 6.2 install, the rest the same as above. Again, I got the same _v_blocks error. Has anyone else seen this? Has anyone gotten TAL working from the standard packages? Any ideas? I really, really want to try TAL! Phil. -- Philip Aylesworth St. Clair College
From: "Philip Aylesworth" <paylesworth@stclairc.on.ca>
Well, I tried this again on a different computer with a fresh RedHat 6.2 install, the rest the same as above. Again, I got the same _v_blocks error. Has anyone else seen this? Has anyone gotten TAL working from the standard packages? Any ideas? I really, really want to try TAL!
When you untar the Zope, TAL, and PageTemplates archive files, you should not be logged in as "root", since this sets the file and directory ownership to garbage. In fact, you shouldn't ever untar an archive generated on someone else's system as "root". Whichever user you use to run Zope (if you use "root", it switches to "nobody" for you) should be used to unpack Zope and all of its Products. That way, this user will have full access to all of the source files. Cheers, Evan @ digicool & 4-am
participants (2)
-
Evan Simpson -
Philip Aylesworth