|
From: Francesco C. <cir...@ti...> - 2003-04-15 16:09:59
|
Hi! as co-mantainer of CMFOpenflow (aka Reflow) I would be glad to help you i= f you=20 want to use it. Latest version is 1.0.9 available con collective cvs or=20 www.reflab.it/community/Openprojects/CMFOpenflow CMFOpenflow is integrated into CMF (and Plone in particular) but can be a= lso=20 used without it (so you don't need CMF nor Plone) Sorry for the scarce documentation;=20 right now some of us are writing an how-to-start-with-reflow and we just=20 released two demo applications (as CMF Products) that could help you writ= ing=20 your "first CMFOpenflow application".=20 A "technical" developer manual has also available (both in Italian and in= =20 English). regards, francesco. On Tuesday 15 April 2003 10:12, Daniele wrote: > Hello Johan, > > OpenFlow and CMF OpwnFlow are two different packages. Please refer to > www.openflow.it for OpenFlow and www.reflab.it for CMFOpenFlow. > > Since I don't feel confident with CMFOpenFlow (I don't know enough abou= t it > and there are other people taking care of it) I'll be talking about > OpenFlow. Latest release version of OpenFlow is 1.0.6 so it seems you h= ave > the right one. > > You get the mentioned error because your ZCatalog doesen't have the > CatalogPathAwareness library. If you switch to Zope 2.6.0 you'll get it= by > default. Or you can try downloading just the latest ZCatalog product. > > CMF is not needed for OpenFlow. It should not hurt you either having it= or > not having it installed. > > I know documentation about OpenFlow is scarce. And often outdated. I ho= pe > somebody in the community could help with their experience in using > OpenFlow. Otherwis you'll have to wait 'till we get it written down. So= rry. > > Cheers, > =09Daniele =3D) > > On Tuesday 15 April 2003 09:39, Braeken Johan wrote: > > Hi, > > > > I'm having trouble getting started with OpenFlow. > > I hate to say this, but the documentation of OpenFlow is rather bad. = :-( > > > > What version of OpenFlow do I need? > > Is in on openflow.it or on reflab.it? > > Or is CMF OpenFlow (now Reflow) a totally different package? > > > > What do I need? > > I have zope on Linux. > > Do I need CMF? I thought I read it somewhere so I installed in anyway= =2E > > Are there other things I need? (Plone, ...) > > > > Currently I have: > > Linux version: Red Hat 9 > > CMF 1.1 > > Zope Version (Zope 2.5.0 (binary release, python 2.1, linux2-x86), > > python 2.1.2, linux2) > > Python Version 2.1.2 (#1, Jan 25 2002, 13:17:56) [GCC 2.7.2.3] > > System Platform linux2 > > > > > > When I unpack OpenFlow 1.0.6 and place it in my lib/python/Products > > directory. > > I get a broken package in Zope: > > > > ---------------------------------------------------- > > OpenFlow (Broken product OpenFlow) > > > > Traceback (most recent call last): > > File > > "/home/johan/Zope-2.5.0-linux2-x86/lib/python/OFS/Application.py", li= ne > > 531, in import_product > > product=3D__import__(pname, global_dict, global_dict, silly) > > File > > "/home/johan/Zope-2.5.0-linux2-x86/lib/python/Products/OpenFlow/__ini= t__ > > .py", line 1, in ? > > from openflow import openflow, manage_addOpenflow, > > manage_addOpenflowForm > > File > > "/home/johan/Zope-2.5.0-linux2-x86/lib/python/Products/OpenFlow/openf= low > > .py", line 6, in ? > > from instance import instance > > File > > "/home/johan/Zope-2.5.0-linux2-x86/lib/python/Products/OpenFlow/insta= nce > > .py", line 4, in ? > > from Products.ZCatalog.CatalogPathAwareness import CatalogPathAwa= re > > ImportError: cannot import name CatalogPathAware > > ---------------------------------------------------- > > > > When I use Reflow 1.0.9 and I follow the procedure explained in > > install.txt (Adding an external method) I get the following Zope erro= r: > > > > ---------------------------------------------------- > > Error Type: ImportError > > Error Value: cannot import name CatalogPathAware > > ---------------------------------------------------- > > > > So both errors are about CatalogPathAware. What do I do about it? > > I think I need a package I don't have... > > > > I'm also new to Zope, but I familiarized myself to it in the past few > > days. > > > > > > Kind regards, > > > > Johan. |