Hello Zopies, I setup a development Zope instance, it has to look like the production one, so i have to install the DCWorkflow product even i don't need it (yet). Installing and restarting the server as usual throws the following error:: root@grooveway:/usr/local/Zope-2.5.0-src# ./start ------ 2003-01-21T21:42:04 ERROR(200) Zope Could not import Products.DCWorkflow Traceback (innermost last): File /usr/local/Zope-2.5.0-src/lib/python/OFS/Application.py, line 531, in import_product File /usr/local/Zope-2.5.0-src/lib/python/Products/DCWorkflow/__init__.py, line 19, in ? ImportError: No module named CMFCore.utils Rest is ok; CMF-1.3. was installed successfully before. CMFCore.utils are part of CMF-1.3, aren'they? So why are they missed? Please point me to the right direction Thank you in advance, Florian -- Florian Konnertz --- http://www.florian-konnertz.de ------------------------------------------------------- http://openspirit.homelinux.net/noowiki/FrontPage Improved ZWiki about all topics, especially consciousness research and wisdom traditions http://www.openmovie.org multimedia project Have a nice day!
Florian Konnertz wrote:
CMF-1.3. was installed successfully before.
BTW, it's Zope-2.5.0 and DCWorkflow-0.4.2
Florian
-- Florian Konnertz --- http://www.florian-konnertz.de ------------------------------------------------------- http://openspirit.homelinux.net/noowiki/FrontPage Improved ZWiki about all topics, especially consciousness research and wisdom traditions http://www.openmovie.org multimedia project Have a nice day!
Florian Konnertz wrote:
Hello Zopies, ... ImportError: No module named CMFCore.utils ...
CMFCore.utils are part of CMF-1.3, aren'they? So why are they missed? Please point me to the right direction
I found the problem. CMF wasn't installed correctly. four symbolic links have to be set, for CMFCore, CMFDefault, CMFTopic and CMFCalendar, ie. ln -s CMF-1.3/CMFTopic/ CMFTopic IMO it could be stated more clearly in the INSTALL.txt. But i have no time to contribute now :-( Regards, Florian -- Florian Konnertz --- http://www.florian-konnertz.de ------------------------------------------------------- http://openspirit.homelinux.net/noowiki/FrontPage Improved ZWiki about all topics, especially consciousness research and wisdom traditions http://www.openmovie.org multimedia project Have a nice day!
Florian Konnertz wrote at 2003-1-21 17:26 +0100:
I setup a development Zope instance, it has to look like the production one, so i have to install the DCWorkflow product even i don't need it (yet). Installing and restarting the server as usual throws the following error:: ... /usr/local/Zope-2.5.0-src/lib/python/Products/DCWorkflow/__init__.py, line 19, in ? ImportError: No module named CMFCore.utils ... CMF-1.3. was installed successfully before. It is not so easy to install CMF correctly.
Do you have ".../Products/CMFCore/utils.py"? Apparently, you have not... Dieter
participants (2)
-
Dieter Maurer -
Florian Konnertz