[Zope] Import Problem with the zexp-File
Dieter Maurer
dieter at handshake.de
Tue Sep 6 14:04:23 EDT 2005
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
More information about the Zope
mailing list