Hello, I tried to make the Zope related Debian packages for the future Debian 3.0 distribution up to date. When I tried to install the product Zope EMarket I've got the following Traceback: Product at /Control_Panel/Products/EMarket Import Traceback Traceback (most recent call last): File "/usr/lib/zope/lib/python/OFS/Application.py", line 563, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/usr/lib/zope/lib/python/Products/EMarket/__init__.py", line 12, in ? import EMarket File "/usr/lib/zope/lib/python/Products/EMarket/EMarket.py", line 23, in ? from Globals import HTMLFile, MessageDialog, Persistent, DateTime ImportError: cannot import name DateTime I'm using zope version 2.4.2 zpatterns version 0.4.3p2 Any fix for that problem available? Kind regards Andreas.
Hi Andreas, Yes.. we are slowly upgrading EMarket in preparation for Zope2.5/Zope3. This patch will get you going, but it's not complete since it doesn't fix some other problems (e.g., the new Catalog indexing). I have some of that working... but nothing I can easily send you. Sorry! -steve On Monday, December 10, 2001, at 03:48 AM, Tille, Andreas wrote:
Hello,
I tried to make the Zope related Debian packages for the future Debian 3.0 distribution up to date. When I tried to install the product Zope EMarket I've got the following Traceback:
Product at /Control_Panel/Products/EMarket Import Traceback
Traceback (most recent call last): File "/usr/lib/zope/lib/python/OFS/Application.py", line 563, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/usr/lib/zope/lib/python/Products/EMarket/__init__.py", line 12, in ? import EMarket File "/usr/lib/zope/lib/python/Products/EMarket/EMarket.py", line 23, in ? from Globals import HTMLFile, MessageDialog, Persistent, DateTime ImportError: cannot import name DateTime
I'm using
zope version 2.4.2 zpatterns version 0.4.3p2
Any fix for that problem available?
Kind regards
Andreas.
On Mon, 10 Dec 2001, Steve Spicklemire wrote:
Yes.. we are slowly upgrading EMarket in preparation for Zope2.5/Zope3. This patch will get you going, but it's not complete since it doesn't fix some other problems (e.g., the new Catalog indexing). I have some of that working... but nothing I can easily send you. Sorry! Thanks. This worked. I did an non maintainer upload in case someone is interested.
Kind regards and many thanks for the quick response Andreas.
participants (2)
-
Steve Spicklemire -
Tille, Andreas