19 Aug
2003
19 Aug
'03
3:42 p.m.
Hi Andreas,
Somehow your installation is borked since Zope 2.7 requires Python 2.2.3 and you are using 2.1.... or so.
yes, it looks like that but my question is, how comes since my runzope.bat (my Zope-starter) is configured to use the default zope 2.7 python? Is there any use of the registry for the decision which dll's to use? -- Elena It looks like this: @set PYTHON=L:\Zope\Zope27\Zope-2.7.0-b1\bin\python.exe @set ZOPE_HOME=L:\Zope\Zope27\Zope-2.7.0-b1 @set INSTANCE_HOME=L:\Zope\Zope27\ZopeInstanceFiles @set CONFIG_FILE=%INSTANCE_HOME%\etc\zope.conf @set PYTHONPATH=%ZOPE_HOME%\lib\python @set ZOPE_RUN=%ZOPE_HOME%\lib\python\Zope\Startup\run.py "%PYTHON%" "%ZOPE_RUN%" -C "%CONFIG_FILE%" %1 %2 %3 %4 %5 %6 %7