|
From: Andrew Ho <ah...@su...> - 2002-11-26 19:32:45
|
Hi, I just tried to install OpenFlow 1.0 without success (Traceback attached). It seems to be looking for the utils module but cannot find it. I am running Zope 2.5.1 (Debian 3.0 -unstable). Any suggestion for work-around/fix will be most appreciated. Thanks, Andrew --- Andrew P. Ho, M.D. OIO: Open Infrastructure for Outcomes www.TxOutcome.Org ----------------------------- Import Traceback Traceback (most recent call last): File "/usr/lib/zope/lib/python/OFS/Application.py", line 531, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/usr/lib/zope/lib/python/Products/OpenFlow/__init__.py", line 1, in ? from openflow import openflow, manage_addOpenflow, manage_addOpenflowForm File "/usr/lib/zope/lib/python/Products/OpenFlow/openflow.py", line 16, in ? from CMFExpression import Expression File "/usr/lib/zope/lib/python/Products/OpenFlow/CMFExpression.py", line 23, in ? from utils import getToolByName ImportError: No module named utils |