Hi! 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" With best regards, Birgit
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Birgit Dippelreiter wrote:
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?
It is possible, but not supported: the case we try to support is "forward-compatible" data, meaning that newer software can read data created by older software.
Because, when I try to import the File, I always get the following error:
"Errortype: ImportError"
"Error value: No module named FileDocument"
That seems as though you have a different set of products installed in the 2.7.4 instance than your 2.8.0 instance: there is no 'FileDocument.py' in *any* standard Zope install (do you have the NuxCPSDocuments product installed in both places?). Tres. - -- =================================================================== Tres Seaver +1 202-558-7113 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDHb3++gerLs4ltQ4RAgOgAKDM1foSyDTBZSVatBJvVbifMsAqVQCg0kxm GBT12aUEG79rPD3uL6xIGmo= =ceRX -----END PGP SIGNATURE-----
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
participants (3)
-
Birgit Dippelreiter -
Dieter Maurer -
Tres Seaver