Re: John Bokma harassment

2006-05-24 Thread Mitch
John Bokma wrote: > fup to poster > > Mitch <[EMAIL PROTECTED]> wrote: > >> John Bokma wrote: > > [...] > >>> Funny how people who always think they can "change Usenet" have no >>> clue about what Usenet is and how it works in the

Re: John Bokma harassment

2006-05-24 Thread Mitch
John Bokma wrote: > Mitch <[EMAIL PROTECTED]> wrote: > >> John Bokma wrote: >> [...] >>> You're mistaken. All you need to do is report it. After some time Xah >>> will either walk in line with the rest of the world, or has found >>> somewh

Re: John Bokma harassment

2006-05-24 Thread Mitch
John Bokma wrote: [...] > You're mistaken. All you need to do is report it. After some time Xah will > either walk in line with the rest of the world, or has found somewhere > else to yell. As long as it's not my back garden and not around 4AM, I am > ok with it. > Walk in line with the rest o

Re: John Bokma harassment

2006-05-24 Thread Mitch
[EMAIL PROTECTED] wrote: > Xah Lee schreef: > [...] >> >> If you believe this lobbying to my webhosting provider is unjust, >> please write to my web hosting provider [EMAIL PROTECTED] >> >> Your help is appreciated. Thank you. >> >>Xah >>[EMAIL PROTECTED] >> ∑ http://xahlee.org/ > > We

Re: Problem with httplib and HEAD request

2006-03-28 Thread Mitch . Garnaat
For what it's worth, I made the following change to httplib.py and it seems to have solved my problems: c455 < if self.chunked: --- > if self.chunked and self._method != 'HEAD': I'm using Python 2.4.1 on MacOS. Mitch -- http://mail.python.org/mailman/listinfo/python-list

Problem with httplib and HEAD request

2006-03-28 Thread Mitch . Garnaat
quest is a GET and, if so, just reads zero bytes from the socket and returns. Any comments? Thanks, Mitch -- http://mail.python.org/mailman/listinfo/python-list

Re: Distributing applications

2005-03-02 Thread Mitch Amiano
=content&task=view&id=64&Itemid=27> Regards - Mitch Phillip Mills wrote: I've learned enough of the Python language to be mildly dangerous and have used it in a few personal projects. All my development of commercial (or production) products over the past dozen years have

Stuck on Jythonc --all w/ ZipException PyMethod

2005-03-02 Thread Mitch Amiano
I'm getting started working with Jython (hope this is an ok group for the question), and ran into a stumbling block using the jythonc tool. It is a fairly simple Jython script which uses the Apache Batik SVG library, imports the SVG Canvas, and puts up a simple Swing interface to let the user l