[Zope] 2.4 beta1 on win2k doesnt run??
zope-mailinglist
zope-mailinglist@mopa.at
Mon, 25 Jun 2001 20:02:05 +0200
Mike Bunyan wrote:
>Have you added any products or external methods from previous
>installations?
>
>On a Win2k pro I installed 2.4beta2 with products for ZODBCDA-3.1 and
>this has references to regex which threw out lots or errors. Also
>Local FS product made the start process die and I cannot tell why.
>There must be some references that are not available any more.
>
>I do not have a solution to either of these issues yet (no time to
>debug yet)
>
>Mike B
>
>On Mon, 25 Jun 2001 12:12:33 +0200, you wrote:
>
>>it's already running form cmd
>>debugging is enabled (-D)
>>it's running at 8080
>>i haven't changed the bat so its default port is used - i think
>>
>>the win2k box is my development box and i run four different zopes (not at
>>the same time)
>>but they all work - only this new release doesn't
>>
>>it seems that it really doesn't do anything, because there is completely no
>>output
>>
>>????
>>
>>thx bernd
>>
>
>
>_______________________________________________
>Zope maillist - Zope@zope.org
>http://lists.zope.org/mailman/listinfo/zope
>** No cross posts or HTML encoding! **
>(Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>
there are no products or any other extension - a fresh installation
it seems that zope 2.4 runs on port 80 by default - now i set it to 8080
and i get a traceback at least now:
D:\zope240b1>python z2.py -X -D -w8080
Traceback (most recent call last):
File "z2.py", line 540, in ?
import ZServer
File "D:\ZOPE24~1\ZServer\__init__.py", line 87, in ?
from medusa.test import max_sockets
File "D:\ZOPE24~1\ZServer\medusa\test\max_sockets.py", line 2, in
import socket
File "D:\ZOPE24~1\bin\lib\socket.py", line 47, in ?
__all__.extend(os._get_exports_list(_socket))
AttributeError: 'os' module has no attribute '_get_exports_list'
i get the same traceback if i run it with the included python.exe
???
i think its a type error - or is there a 2.4b2 version ?? out
- bernd