On Tue, 2005-01-04 at 11:23 +0100, ceto@gmx.ch wrote:
Hi all
I use Plone 2 with Enterprise Enhancements from CA in a Win XP sp2. It works fine (even i dont know how :) Now i tried to install Eric Barroccas MSWordDocument 0.8. I untarred the folder to ..\Plone\Data\Products\
Die Installation should work like this:
------------- MS Windows systems
1. Install Python1.5 and Win32 Extensions build 136 (win32all-136.exe). 2. Extract MSWord Document Product archive (MSWordDocument.tar.gz) in your Zope Products directory. 3. Generate Python/COM bindings: * Find and launch "makepy.py" * Select "Microsoft Word x Object Library" * Valid 4. Make sure Zope is allowed to write in C:\WINDOWS\TEMP 5. Start Zope with 'C:\PROGRA~1\PYTHON\PYTHON.EXE C:\ZOPE_ROOT\Z2.PY -D'
Note: Win32 extensions are available from http://downloads.activestate.com/ActivePython/windows/win32all/win32all-136....
-------------
1. First of all there isnt a Win32 extension on activestates Page anymore.
There is no python 1.5 anymore too ;) See python.org, windows download. There is a link for up to date (and your zopes python version matching) win32 extension.
2. Whats the point "valid" meaning?
Maybe the author can answer this.
3. I cant find a script named Z2.PY
It isnt there anymore. Zope2.7 has a different startup. You can change the python interpreter zope uses if you look into the start files in your instances bin directory. At least there should be something like runzope.bat (for windows) I dont know if there is a zopectl.bat too. Change every occurence of the python interpreter here. Make sure you use the same python version (2.3.4 or so) -- Tino Wildenhain <tino@wildenhain.de>