Deleted .pyc... No Luck.
As for declaring the path... I am using the DTMLFile method, and I
never have defined a path explicitly, this is something Zope has done,
and is holding on to... I wish to refresh it, but have no idea how Zope
had done it in the first place.
New instances of the product work fine... but imported instances do
not. Only the DTMLFile "pointers" are wrong.
Is there any Documentation on the globals() parameter given to
DTMLFile, can I refresh this for an older instance.
-Jon
Johan Carlsson wrote:
Dieter
Maurer wrote:
Jonathan Cyr wrote at 2004-8-31 13:06 -0500:
I've written a python product that loads
DTML pages from a /dtml folder in my product... works fine.
When I moved my environment to Linux, Zope is still looking on my old
heirarchy.
Error Log Snippet:
2004-08-31T07:23:24 PROBLEM(100) ZPublisher DTML file
'C:\Apollo1-Zope-271\Products\WWWedding\dtml/index_html.dtml' could not
be read
This means that somewhere in your product, there is still the old path.
Maybe delete the old .pyc files?
Johan