Hello I am attempting to install Plone 3.2.2 on Windows Server 2000. I installed Plone using the Windows Installer. I am running into a problem when trying to add a Plone site.
The ZMI gives me the following error: Error Type: TypeError Error Value: __init__() takes exactly 1 argument (2 given) >From the error log, starting with the last message that seems to be >``normal'', I have: 2009-06-04T10:03:50 INFO GenericSetup.rolemap Role / permission map imported. ------ 2009-06-04T10:03:51 INFO MimetypesRegistry Warning: redefining mime type text/x-python (<class 'Products.MimetypesRegistry.mime_types.mtr_mimetypes.text_python'>) ------ 2009-06-04T10:03:51 ERROR Zope.SiteErrorLog http://server3:8080/manage_addProduct/CMFPlone/addPloneSite Traceback (innermost last): Module ZPublisher.Publish, line 119, in publish Module ZPublisher.mapply, line 88, in mapply Module ZPublisher.Publish, line 42, in call_object Module Products.CMFPlone.factory, line 85, in addPloneSite Module Products.GenericSetup.tool, line 390, in runAllImportStepsFromProfile - __traceback_info__: profile-Products.CMFPlone:plone Module Products.GenericSetup.tool, line 1182, in _runImportStepsFromContext Module Products.GenericSetup.tool, line 1093, in _doRunImportStep - __traceback_info__: plone-archetypes Module Products.CMFPlone.setuphandlers, line 492, in importArchetypes Module Products.CMFPlone.setuphandlers, line 87, in installArchetypes Module Products.CMFQuickInstallerTool.QuickInstallerTool, line 521, in installProduct - __traceback_info__: ('MimetypesRegistry',) Module Products.GenericSetup.tool, line 390, in runAllImportStepsFromProfile - __traceback_info__: profile-Products.MimetypesRegistry:MimetypesRegistry Module Products.GenericSetup.tool, line 1182, in _runImportStepsFromContext Module Products.GenericSetup.tool, line 1093, in _doRunImportStep - __traceback_info__: toolset Module Products.GenericSetup.tool, line 128, in importToolset TypeError: __init__() takes exactly 1 argument (2 given) <http://plone.org/documentation/error/typeerror-exactly-n-arguments> mentions a similar error that can occur when adding a Plone site, but I am using the installer, so I would assume that it would have the correct dependencies. Other posts in the forums with similar problems do not seem to have been resolved. The Zope version is (Zope 2.10.7-final, python 2.4.4, win32) and the Python version is (Zope 2.10.7-final, python 2.4.4, win32). -- Benjamin Newman _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
