Zope 2.6.0 Importing 2.5 zexp export files
Hi All, When I try to import my exported 2.5 Products and ZClasses on a 2.6 installation it give me the error: ImportError: No module named iclass Can anyone give me advice on upgrading to 2.6 without these errors? Greetings Ralph vd Houdt
Ralph vd Houdt writes:
When I try to import my exported 2.5 Products and ZClasses on a 2.6 installation it give me the error:
ImportError: No module named iclass
Can anyone give me advice on upgrading to 2.6 without these errors? This may be the "iclass" module in "lib/python/Interface/".
Copy it from Zope 2.5 and see whether the problem disappears. Dieter
Hi Dieter, A new error occured after copying the iclass.py to the new installation. Error Type: SystemError Error Value: Failed to import class Interface from module Interface.iclass Could there be another solution, for example adjusting the exported xml file te use another interface instead of the iclass interface? Greetings Ralph ----- Original Message ----- From: "Dieter Maurer" <dieter@handshake.de> To: "Ralph vd Houdt" <ralph@ezcompany.nl> Cc: <zope@zope.org> Sent: Tuesday, October 22, 2002 8:37 PM Subject: Re: [Zope] Zope 2.6.0 Importing 2.5 zexp export files
Ralph vd Houdt writes:
When I try to import my exported 2.5 Products and ZClasses on a 2.6 installation it give me the error:
ImportError: No module named iclass
Can anyone give me advice on upgrading to 2.6 without these errors? This may be the "iclass" module in "lib/python/Interface/".
Copy it from Zope 2.5 and see whether the problem disappears.
Dieter
This is caused by changes to the Interface package (backport from Zope 3 to Zope 2.6). -aj --On Dienstag, 22. Oktober 2002 13:50 +0200 Ralph vd Houdt <ralph@ezcompany.nl> wrote:
Hi All,
When I try to import my exported 2.5 Products and ZClasses on a 2.6 installation it give me the error:
ImportError: No module named iclass
Can anyone give me advice on upgrading to 2.6 without these errors?
Greetings Ralph vd Houdt
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
--------------------------------------------------------------------- - Andreas Jung http://www.andreas-jung.com - - EMail: andreas at andreas-jung.com - - "Life is too short to (re)write parsers" - ---------------------------------------------------------------------
participants (3)
-
Andreas Jung -
Dieter Maurer -
Ralph vd Houdt