|
List Info
Thread: Plone 2.5.0 Zope 2.9-5739 Install on Win XP fails - pywintypes24.dll error
|
|
| Plone 2.5.0 Zope 2.9-5739 Install on Win
XP fails - pywintypes24.dll error |

|
2006-07-15 19:45:39 |
|
I have tried installing Plone 2.5 on two separate machines running Windows XP and keep getting an error during the "initializing Plone site" step of installation. The error pops up a few times - prompting me to click "Okay". After the errors stop, I get the final screen of the install process, but it does not have the check box to have plone start when I click "Finish" for the install. I have also tried to manually start Plone from the links in 'All Programs', but I get the same error (again 3 - 4 times) and it stops.
The error I get is: pythonw.exe - The procedure entry point ?PyObject_FromWIN32_FIND_DATAA YAPAU_object PAU_WIN32_FIND_DATAA  Z could not be located in the dynamic link library pywintypes24.dll.
I looked through the archives for this list, and although I don't see this specific error, I did see some similar errors in the install process for Plone on XP. Based on suggestions in those other threads I have tried at various times:
- Installing the latest version of pywin32all (ver 208) and tried reinstalling plone afterwards - Removing prior version of Python from the system and installing plone - One post mentioned MIME errors possibly related to AIM - I'm not getting those errors, but verified that I don't have AIM installed anyway
Here is the post-install log: 07/15/06 13:16:31: 4032: ['C:\\Program Files\\Plone 2\\Zope\\bin\\mkzopeinstance.py', '-d', 'C:\\Program Files\\Plone 2\\Data', '-u', 'admin:plone'] Wrote 'C:\\Program Files\\Plone 2\\Data\\.\\bin\\runzope.bat'
Wrote 'C:\\Program Files\\Plone 2\\Data\\.\\bin\\runzope' Changed mode for C:\Program Files\Plone 2\Data\.\bin\runzope to 777 Wrote 'C:\\Program Files\\Plone 2\\Data\\.\\bin\\zopectl' Changed mode for C:\Program Files\Plone 2\Data\.\bin\zopectl to 777
Wrote 'C:\\Program Files\\Plone 2\\Data\\.\\bin\\zopeservice.py' Changed mode for C:\Program Files\Plone 2\Data\.\bin\zopeservice.py to 777 Wrote 'C:\\Program Files\\Plone 2\\Data\\.\\etc\\plone.conf' Wrote 'C:\\Program Files\\Plone 2\\Data\\.\\etc\\zope.conf'
Wrote 'C:\\Program Files\\Plone 2\\Data\\.\\lib\\python\\README.txt' 07/15/06 13:16:31: 4032: finished 07/15/06 13:16:31: 908: ['C:\\Program Files\\Plone 2\\Data\\bin\\zopeservice.py', '--startup', 'auto', 'install']
Installing service Zope_565048793 Service installed 07/15/06 13:16:33: 908: finished 07/15/06 13:16:33: 2268: ['C:\\Program Files\\Plone 2\\Data\\Products\\CMFPlone\\Extensions\\setupSite.py', 'admin', 'C:\\Program Files\\Plone 2\\Data', 'C:\\Program Files\\Plone 2\\Data']
2006-07-15 13:21:57 ERROR PortalTransforms Problem importing module word_to_html : DLL load failed: The specified procedure could not be found. 2006-07-15 13:22:00 WARNING Init Class Products.ATContentTypes.content.base.ATCTFolderMixin
has a security declaration for nonexistent method 'manage_copyObjects' 2006-07-15 13:22:04 WARNING Plone Deprecation Warning The CMFPlone.MemberData class will be removed in Plone 3.0 C:\Program Files\Plone 2\Data\Products\CMFSquidTool\Permissions.py:19: DeprecationWarning: The module, '
Products.CMFCore.CMFCorePermissions' is a deprecated compatiblity alias for 'Products.CMFCore.permissions'; please use the new module instead. from Products.CMFCore.CMFCorePermissions import ManagePortal 2006-07-15 13:22:09 WARNING Plone Deprecation Warning
CustomizationPolicies are deprecated and will be removed in Plone 3.0. Please use GenericSetup extension profiles instead. 2006-07-15 13:22:09 WARNING Plone Deprecation Warning registerSetupWidget is deprecated and will be removed in Plone
3.0. 2006-07-15 13:22:09 WARNING Plone Deprecation Warning registerSetupWidget is deprecated and will be removed in Plone 3.0. 2006-07-15 13:22:10 WARNING Plone Deprecation Warning CustomizationPolicies are deprecated and will be removed in Plone
3.0. Please use GenericSetup extension profiles instead. C:\Program Files\Plone 2\Data\Products\CMFSquidTool\__init__.py:38: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF
2.0: CMFSquidTool icon="tool.gif", C:\Program Files\Plone 2\Data\Products\CacheSetup\config.py:23: DeprecationWarning: The zLOG package is deprecated and will be removed in Zope 2.11. Use the Python logging module instead.
LOG(PROJECT_NAME, INFO, msg) C:\Program Files\Plone 2\Zope\lib\python\OFS\Application.py:835: DeprecationWarning: __init__.py of Products.ExternalEditor has a long deprecated 'methods' attribute. 'methods' will be ignored by install_product in Zope
2.10. Please use registerClass instead. DeprecationWarning) C:\Program Files\Plone 2\Data\Products\MemcachedManager\__init__.py:8: DeprecationWarning: The zLOG package is deprecated and will be removed in Zope 2.11
. Use the Python logging module instead. LOG('MemcachedManager', log_level, summary, text) C:\Program Files\Plone 2\Data\Products\kupu\plone\__init__.py:32: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF
2.0: kupu icon="kupu_icon.gif", 2006-07-15 13:22:29 WARNING Plone Deprecation Warning correctFolderContentsAction is deprecated and will be removed in Plone 3.0 2006-07-15 13:22:29 WARNING Plone Deprecation Warning
CatalogTool._initIndexes is deprecated, please use a GenericSetup profile instead. C:\Program Files\Plone 2\Zope\lib\python\OFS\subscribers.py:74: DeprecationWarning: Products.CMFPlone.QuickInstallerTool.QuickInstallerTool.manage_afterAdd
is deprecated and will be removed in Zope 2.11, you should use event subscribers instead, and meanwhile mark the class with <five:deprecatedManageAddDelete/> DeprecationWarning) | |