Message4686

Author amak
Recipients Christof, amak
Date 2009-05-15.16:52:17
SpamBayes Score 1.138165e-05
Marked as misclassified No
Message-id <1242406338.39.0.762948435938.issue1347@psf.upfronthosting.co.za>
In-reply-to
Content
Are you using a version of socket.py that you have modified yourself?

I notice from your traceback that you have a local copy of socket.py in
webpy/web/socket.py?

The self._config() call in the _listen() method is on line 783 in the
version of socket.py released with RC2, whereas your traceback gives it
as being on line 788?

If you have modified your local copy of socket.py, it will not be
possible for me to determine why this is happening.

Although I guess that you have added some socket options to your local
copy of socket.py? (I must improve that error message).

If you have a local copy of socket.py, please attach it to this bug
report so that I can get a look at it.
History
Date User Action Args
2009-05-15 16:52:18amaksetmessageid: <1242406338.39.0.762948435938.issue1347@psf.upfronthosting.co.za>
2009-05-15 16:52:18amaksetrecipients: + amak, Christof
2009-05-15 16:52:18amaklinkissue1347 messages
2009-05-15 16:52:17amakcreate