|
From: Andrew Ho <ah...@su...> - 2002-11-27 14:36:48
|
Hi Daniele, Thanks! I will try it. However, I do have CMF installed - I see CMFCore 1.2 listed in my control-panel-Products. I also have CMFPlone 1.0beta1. Best regards, Andrew --- Andrew P. Ho, M.D. On Wed, 27 Nov 2002, Daniele Tarini wrote: > Ok, > > it seems you have no CMF installed. It should not be necessary but the code > to fall-back on something different is screwed. You could do either of: > > 1) change line 16 in openflow.py from > from CMFExpression import Expression > to > from expression import Expression > > or > > 2) download OpenFlow.1.0.1.tgz from http://www.openflow.it where this patch > has been integrated in the code. > > > Thanks for your help, > > Daniele =) > > > > ----- Original Message ----- > From: "Andrew Ho" <ah...@su...> > To: <ope...@so...> > Sent: Tuesday, November 26, 2002 8:31 PM > Subject: [Openflow-dev] OpenFlow 1.0 install > > > > 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 > > > > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Get the new Palm Tungsten T > > handheld. Power & Color in a compact size! > > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en > > _______________________________________________ > > Openflow-dev mailing list > > Ope...@li... > > https://lists.sourceforge.net/lists/listinfo/openflow-dev > > |