Running twisted http server - "Method Not Allowed" error

2005-05-30 Thread qwejohn
Hello, I had posted this question in the twisted mailing list but did not got a solution ; I hope that the python Gurus of this forum can help me a bit. I am trying the exmaple in the python docs - http://twistedmatrix.com/users/warner/doc-latest/web/howto/using-twistedweb.xhtml Configuring a

Re: what is addMethod ?

2005-05-23 Thread qwejohn
Thnks, I wrongly took it for a standard method; I found where it is defined (it's part of the project); Tnnks. John -- http://mail.python.org/mailman/listinfo/python-list

what is addMethod ?

2005-05-23 Thread qwejohn
Hello, I saw some python open source project with many self.addMethod() functions (with 3 paramters) What does self.addMethod() is good for ? I had looked at documnetation (downloaded and grepped all the pdf doc files) and could not find a thing about it ; nore did googling helped. Regards

ImportError: cannot import name - newbie

2005-05-21 Thread qwejohn
Hello, I am quite a newbie to Python. I am working on Linux Fedora Core 3. I have wrote a small program named box.py which has only a constructor: """box.py""" class box: def __init__(self): print "in box" This program passes running "python box.py". I had put this program under /work/d