[Zope-CMF] Installation problems on win98

Jim Tinsky jtinsky@mindspring.com
Sat, 31 Mar 2001 16:54:19 -0800


This is a multi-part message in MIME format.

------=_NextPart_000_000D_01C0BA03.3A308360
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I've unzipped the CMF 1.0 files and placed them in my products folder =
but when I restart I keep getting the following errors:

>From the dos window when I start:

2001-04-01T00:46:46 ERROR(200) Zope Couldn't import Products.CMFTopic
Traceback (innermost last):
  File C:\Program Files\Zope\lib\python\OFS\Application.py, line 530, in =
import_
products
    (Object: string)
  File C:\Program Files\Zope\lib\python\Products\CMFTopic\__init__.py, =
line 86,
in ?
  File C:\Program Files\Zope\lib\python\Products\CMFTopic\Topic.py, line =
87, in
?
ImportError: cannot import name PortalFolder

>From the CMFCore product:=20
Traceback (innermost last):
  File "C:\Program Files\Zope\lib\python\OFS\Application.py", line 530, =
in import_products
    product=3D__import__(pname, global_dict, global_dict, silly)
  File "C:\Program Files\Zope\lib\python\Products\CMFCore\__init__.py", =
line 89, in ?
    import PortalObject, PortalContent, PortalFolder
  File "C:\Program =
Files\Zope\lib\python\Products\CMFCore\PortalObject.py", line 87, in ?
    from PortalFolder import PortalFolder
  File "C:\Program =
Files\Zope\lib\python\Products\CMFCore\PortalFolder.py", line 120, in ?
    class PortalFolder( Folder, DynamicType ):
  File "C:\Program Files\Zope\lib\python\OFS\ObjectManager.py", line =
221, in __class_init__
    default__class_init__(self)
  File "C:\Program Files\Zope\lib\python\App\class_init.py", line 117, =
in default__class_init__
    security_info.apply(self)
  File "C:\Program Files\Zope\lib\python\AccessControl\SecurityInfo.py", =
line 245, in apply
    entry =3D (permission_name, tuple(names), tuple(roles))
TypeError: tuple() argument must be a sequence
>From CMFDefault:Traceback (innermost last):
  File "C:\Program Files\Zope\lib\python\OFS\Application.py", line 530, =
in import_products
    product=3D__import__(pname, global_dict, global_dict, silly)
  File "C:\Program =
Files\Zope\lib\python\Products\CMFDefault\__init__.py", line 90, in ?
    import Portal
  File "C:\Program Files\Zope\lib\python\Products\CMFDefault\Portal.py", =
line 87, in ?
    from Products.CMFCore.PortalObject import PortalObjectBase
ImportError: cannot import name PortalObjectBase
>From CMFTopic:Traceback (innermost last):
  File "C:\Program Files\Zope\lib\python\OFS\Application.py", line 530, =
in import_products
    product=3D__import__(pname, global_dict, global_dict, silly)
  File "C:\Program Files\Zope\lib\python\Products\CMFTopic\__init__.py", =
line 86, in ?
    import Topic
  File "C:\Program Files\Zope\lib\python\Products\CMFTopic\Topic.py", =
line 87, in ?
    from Products.CMFCore.PortalFolder import PortalFolder
ImportError: cannot import name PortalFolder



------=_NextPart_000_000D_01C0BA03.3A308360
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4611.1300" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I've unzipped the CMF 1.0 files and =
placed them in=20
my products folder but when I restart I keep getting the following=20
errors:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><STRONG>From the dos window when I=20
start:</STRONG></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier><FONT size=3D2><FONT=20
face=3D"Courier New">2001-04-01T00:46:46 ERROR(200) Zope Couldn't import =

Products.CMFTopic<BR>Traceback (innermost last):<BR>&nbsp; File =
C:\Program=20
Files\Zope\lib\python\OFS\Application.py, line 530, in=20
import_<BR>products<BR>&nbsp;&nbsp;&nbsp; (Object: string)<BR>&nbsp; =
File=20
C:\Program Files\Zope\lib\python\Products\CMFTopic\__init__.py, line =
86,<BR>in=20
?<BR>&nbsp; File C:\Program =
Files\Zope\lib\python\Products\CMFTopic\Topic.py,=20
line 87, in<BR>?<BR>ImportError: cannot import name=20
PortalFolder</FONT><BR></FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2><STRONG>From the CMFCore =
product:</STRONG>=20
</FONT></DIV>
<DIV><FONT face=3DArial><FONT size=3D2><FONT face=3D"Courier =
New">Traceback (innermost=20
last):<BR>&nbsp; File "C:\Program =
Files\Zope\lib\python\OFS\Application.py",=20
line 530, in import_products<BR>&nbsp;&nbsp;&nbsp; =
product=3D__import__(pname,=20
global_dict, global_dict, silly)<BR>&nbsp; File "C:\Program=20
Files\Zope\lib\python\Products\CMFCore\__init__.py", line 89, in=20
?<BR>&nbsp;&nbsp;&nbsp; import PortalObject, PortalContent,=20
PortalFolder<BR>&nbsp; File "C:\Program=20
Files\Zope\lib\python\Products\CMFCore\PortalObject.py", line 87, in=20
?<BR>&nbsp;&nbsp;&nbsp; from PortalFolder import PortalFolder<BR>&nbsp; =
File=20
"C:\Program Files\Zope\lib\python\Products\CMFCore\PortalFolder.py", =
line 120,=20
in ?<BR>&nbsp;&nbsp;&nbsp; class PortalFolder( Folder, DynamicType =
):<BR>&nbsp;=20
File "C:\Program Files\Zope\lib\python\OFS\ObjectManager.py", line 221, =
in=20
__class_init__<BR>&nbsp;&nbsp;&nbsp; =
default__class_init__(self)<BR>&nbsp; File=20
"C:\Program Files\Zope\lib\python\App\class_init.py", line 117, in=20
default__class_init__<BR>&nbsp;&nbsp;&nbsp; =
security_info.apply(self)<BR>&nbsp;=20
File "C:\Program Files\Zope\lib\python\AccessControl\SecurityInfo.py", =
line 245,=20
in apply<BR>&nbsp;&nbsp;&nbsp; entry =3D (permission_name, tuple(names), =

tuple(roles))<BR>TypeError: tuple() argument must be a=20
sequence</FONT></FONT></DIV>
<DIV><PRE><PRE><FONT face=3DArial size=3D2><STRONG>From =
CMFDefault:</STRONG></FONT></PRE><PRE><PRE>Traceback (innermost last):
  File "C:\Program Files\Zope\lib\python\OFS\Application.py", line 530, =
in import_products
    product=3D__import__(pname, global_dict, global_dict, silly)
  File "C:\Program =
Files\Zope\lib\python\Products\CMFDefault\__init__.py", line 90, in ?
    import Portal
  File "C:\Program Files\Zope\lib\python\Products\CMFDefault\Portal.py", =
line 87, in ?
    from Products.CMFCore.PortalObject import PortalObjectBase
ImportError: cannot import name PortalObjectBase
</PRE><PRE><STRONG><FONT face=3DArial>From =
CMFTopic:</FONT></STRONG></PRE><PRE><PRE>Traceback (innermost last):
  File "C:\Program Files\Zope\lib\python\OFS\Application.py", line 530, =
in import_products
    product=3D__import__(pname, global_dict, global_dict, silly)
  File "C:\Program Files\Zope\lib\python\Products\CMFTopic\__init__.py", =
line 86, in ?
    import Topic
  File "C:\Program Files\Zope\lib\python\Products\CMFTopic\Topic.py", =
line 87, in ?
    from Products.CMFCore.PortalFolder import PortalFolder
ImportError: cannot import name PortalFolder
</PRE></PRE></PRE></PRE></DIV></FONT></BODY></HTML>

------=_NextPart_000_000D_01C0BA03.3A308360--