Hi, I'm using it on win32. It seems that I still have to install file based products on the remote machines. ie the CMF and others. Nice product. Thanks, -Jimbo
Absolutely, ZSyncer only moves the actual Zope objects. Things like the products etc have to be installed on both Zopes. This gets confusing with External Methods where the ZODB part can be moved, but the code part cant. Cheers. -- Andy McKay. ----- Original Message ----- From: "jimbo" <jimbo@tacomaplace.com> To: <zope@zope.org> Sent: Monday, May 28, 2001 10:54 AM Subject: [Zope] ZSyncer
Hi, I'm using it on win32. It seems that I still have to install file based products on the remote machines. ie the CMF and others. Nice product. Thanks, -Jimbo
_______________________________________________ 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 )
Hi! Am I correct that ZSyncer does not work with zope 2.1.6 (as in Debian stable/potato)? I get this traceback: ZSyncer Import Traceback Traceback (innermost last): File "/usr/lib/zope/lib/python/OFS/Application.py", line 387, in import_products product=__import__(pname, global_dict, global_dict, silly) File "/var/lib/zope/Products/ZSyncer/__init__.py", line 1, in ? import ZSyncer File "/var/lib/zope/Products/ZSyncer/ZSyncer.py", line 2, in ? from Globals import DTMLFile, MessageDialog, Persistent, data_dir ImportError: cannot import name DTMLFile ciao marksu
I have never tried it. But yes DTMLFile is part of the 2.3.0 release so it wont. You could replace all references of DTMLFile with HTMLFile. Id be interested to know if that works. Cheers. -- Andy McKay. ----- Original Message ----- From: "Markus Mohr" <markus@johalla.de> To: <zope@zope.org> Sent: Monday, May 28, 2001 1:13 PM Subject: Re: [Zope] ZSyncer
Hi!
Am I correct that ZSyncer does not work with zope 2.1.6 (as in Debian stable/potato)?
I get this traceback:
ZSyncer Import Traceback Traceback (innermost last): File "/usr/lib/zope/lib/python/OFS/Application.py", line 387, in import_products product=__import__(pname, global_dict, global_dict, silly) File "/var/lib/zope/Products/ZSyncer/__init__.py", line 1, in ? import ZSyncer File "/var/lib/zope/Products/ZSyncer/ZSyncer.py", line 2, in ? from Globals import DTMLFile, MessageDialog, Persistent, data_dir ImportError: cannot import name DTMLFile
ciao marksu
_______________________________________________ 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 )
participants (3)
-
Andy McKay -
jimbo -
Markus Mohr