Re: Cannot start Spyce 2.1-2 web server

Andy Sy <[email protected]> Sat, 02 Sep 2006 01:47:12 +0800
Newsgroups gmane.comp.python.spyce.general
Message-ID <[email protected]>
Jonathan Ellis wrote:
> On Fri, 01 Sep 2006 21:21:54 +0800, "Andy Sy" <[email protected]> said:
>> On a Slackware 10.2 distro using Python 2.3.4, I can
>> start the Spyce 2.0.3 web server just fine, but am
>> getting the error shown below with 2.1-2.
>>
>> Doing an import thread on the Python command line seems
>> to result in a normal response (e.g. nothing happens).
> 
> Does this work?
> 
> from thread import Thread
> Thread(target=lambda: 1).start()
> 
> -Jonathan

The ff. worked:

 >>> from threading import Thread
 >>> Thread(target=lambda: 1).start()
 >>>

no error message...


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642