[Zope] pb upgrading Zope 2.5.0 -> 2.6.1

Dieter Maurer dieter@handshake.de
Mon, 31 Mar 2003 22:35:53 +0200


Nicolas LAURANCE wrote at 2003-3-30 12:06 +0200:
 > ...
 > I have developped a website under zope 2.5.0, mostly w/ dtml a python
 > scripts.
 > It is based on zclass defined in products (not external products)
 > 3 of them were imported without pbs under Zope 2.6.1, but one of them (that
 > has nothing special), when I import it raises :
 > 
 > Error Type: ImportError
 > Error Value: No module named iclass

A well known problem with a known solution.

Please search the mailing list archives to find it.
 > ....
 > question 2:
 > when i import folders, the bobobase_modification_time of all the objects is
 > reset to the date of importation.
 > how can I keep this date unchanged when importing ?

You cannot. Use your own attribute for modification time in the future.
Forget about "bobobase_modification_time".

However, it is not necessary to export your data from Zope 2.5
and import it into Zope 2.6.1.
You can directly use your "Data.fs" in Zope 2.6.1 (provided you
have all necessary external products installed in the new installation).


Dieter