Re: [Webware-discuss] Using Webware with Python2.2

2001-11-02 Thread Chuck Esterbrook
At 02:06 PM 11/2/2001 -0500, Su Zhang wrote: >Traceback (most recent call last): > File "WebKit\ThreadedAppServer.py", line 252, in threadloop > rh.handleRequest() > File "WebKit\ThreadedAppServer.py", line 505, in handleRequest > transaction.die() > File "WebKit\Transaction.py", lin

Re: [Webware-discuss] Using Webware with Python2.2

2001-11-02 Thread Chuck Esterbrook
At 02:06 PM 11/2/2001 -0500, Su Zhang wrote: > File "WebKit\Transaction.py", line 126, in die > delattr(self, attrName) >AttributeError: Transaction instance has no attribute '__doc__' > >BTW, I didn't get such message with Python 2.1. Someone reported that delattr() was broken in Pytho

[Webware-discuss] Using Webware with Python2.2

2001-11-02 Thread Su Zhang
Hi, I'm new to Webware. When I run Webkit's AppServer (webkit.cgi) using Python 2.2b1, I get the following Traceback: Listening on ('127.0.0.1', 8086) Creating 10 threads.. win32 extensions not present. Webkit Will not be able to detatch from the contr olling terminal. Ready