[Zope-dev] 2.2.0a1 Problems

Chris Withers chrisw@nipltd.com
Wed, 17 May 2000 15:27:10 +0100


Hi,

Just a few comments after a 5 minute play:

- start.bat still hasn't been renamed. It's not that bright since
windows has had a start command for ages now... typing start.bat tries
to 'start' something called .bat. doh...
The only way to get it to work is 
"start.bat"
or
./start
which is very weird on an NT box although quite normal on UNIX ;-)

- the -P option doesn't work properly.
python z2.py -D -P 9000 still resulted in the PCGI server being run on
port 8090.
Wasn't there going to be an option so that servers which you don't use
(monitor and PCGI in this case) don't get started?

- hitting the help button on the ownership tab resulted in:
Traceback (innermost last):
  File C:\ZOPESI~1\22CB55~1.0A1\lib\python\ZPublisher\Publish.py, line
224, in publish_module
  File C:\ZOPESI~1\22CB55~1.0A1\lib\python\ZPublisher\Publish.py, line
189, in publish
  File C:\ZOPESI~1\22CB55~1.0A1\lib\python\Zope\__init__.py, line 221,
in zpublisher_exception_hook
    (Object: Help)
  File C:\ZOPESI~1\22CB55~1.0A1\lib\python\ZPublisher\Publish.py, line
161, in publish
  File C:\ZOPESI~1\22CB55~1.0A1\lib\python\ZPublisher\BaseRequest.py,
line 350, in traverse
  File C:\ZOPESI~1\22CB55~1.0A1\lib\python\ZPublisher\HTTPResponse.py,
line 530, in debugError
NotFound: (see above)

cheers,

Chris