6 Sep
2005
6 Sep
'05
6:04 p.m.
Birgit Dippelreiter wrote at 2005-9-6 13:33 +0200:
I want to import a file to my Zope Server (version 2.7.4). The *.zexp is from a Zope Server with version 2.8.0. Should it be possible to import the zexp - File from a newer Zope version to an older one?
Because, when I try to import the File, I always get the following error:
"Errortype: ImportError"
"Error value: No module named FileDocument"
Your "zexp" reference an object defined in a module "FileDocument". The installation, you try to import the "zexp" does not have such a module. It will not import until you make such a module available (with acceptable content). -- Dieter