[Zope-CMF] QUESTION ABOUT CMF

Seb Bacon seb@jamkit.com
Wed, 5 Dec 2001 10:01:54 -0000


What version of Zope? What version of CMF?

CMFDefault fails because it depends on CMFCore.

CMFCore is apparently failing due to some problem with python scripts.

seb

----- Original Message ----- 
From: George Blazer <george_blazer@yahoo.com>
To: <zope-cmf@zope.org>
Sent: Tuesday, December 04, 2001 11:09 PM
Subject: [Zope-CMF] QUESTION ABOUT CMF


> Hello, Zopers!
> 
> I have a problem here. COuld you please help?
> 
> 
> First of all, I'm installing CMF on Windows. I hate
> wins that's why feel so upset.
> 
> After copying all folders in lib/python/Products and
> restarting I get CMFTopic working and CMFCore and
> CMDDefault broken :(
> 
> > and the messages are
> > 
> > for CMFCore 
> > 
> > Import Traceback
> > Traceback (most recent call last):
> >   File
> > "D:\zope\musedev\lib\python\OFS\Application.py",
> line
> > 563, in import_product
> >     product=__import__(pname, global_dict,
> > global_dict, silly)
> >   File
> >
> "D:\zope\musedev\lib\python\Products\CMFCore\__init__.py",
> > line 93, in ?
> >     import DirectoryView, FSDTMLMethod, FSImage,
> > FSPropertiesObject, FSPythonScript
> >   File
> >
> "D:\zope\musedev\lib\python\Products\CMFCore\FSPythonScript.py",
> > line 105, in ?
> >     class FSPythonScript (Script,
> > Acquisition.Implicit, Item):
> >   File
> >
> "D:\zope\musedev\lib\python\Products\CMFCore\FSPythonScript.py",
> > line 223, in FSPythonScript
> >     _checkCBlock = PythonScript._checkCBlock
> > AttributeError: _checkCBlock
> > 
> > 
> > 
> > and for CMFDefault
> > 
> > Import Traceback
> > Traceback (most recent call last):
> >   File
> > "D:\zope\musedev\lib\python\OFS\Application.py",
> line
> > 563, in import_product
> >     product=__import__(pname, global_dict,
> > global_dict, silly)
> >   File
> >
> "D:\zope\musedev\lib\python\Products\CMFDefault\__init__.py",
> > line 93, in ?
> >     import PropertiesTool, MembershipTool
> >   File
> >
> "D:\zope\musedev\lib\python\Products\CMFDefault\MembershipTool.py",
> > line 111, in ?
> >     class MembershipTool (
> > Products.CMFCore.MembershipTool.MembershipTool ):
> > AttributeError: 'Products' module has no attribute
> > 'CMFCore'