[Zope] How to use PythonWin IDE with Zope 2.6
Elena Schulz
elena.schulz@gmx.net
Wed, 4 Jun 2003 16:32:36 +0200
Hi again,
I try to use PythonWin IDE with Zope 2.6 and after some registry hacks
installed win32-all build 151 successfully and even got it running properly.
I can browse the PythonPath nicely and see even
L:\Zope\Zope262\lib\python\ZTUtils\Zope.py
The _only drawback_, I cannot import Zope
>>> import Zope
Traceback (most recent call last):
File "<interactive input>", line 1, in ?
ImportError: No module named Zope
Even trying all the hints I found on the web nothing seem to work. (setting
the environment variable PYTHONHOME to myZope\bin or setting the PythonPath
to:
L:\Zope\Zope262\bin;L:\Zope\Zope262\bin\lib;L:\Zope\Zope262\bin\DLLs;L:\Zope
\Zope262\bin\lib\lib-tk;L:\Zope\Zope262\bin\Pythonwin;L:\Zope\Zope262\lib\py
thon;L:\Zope\Zope262\lib\python\ZTUtils
What else can I do to get it done? Thanks for any hints,
--Elena