Re: Override the '+' symbol

2008-09-21 Thread Navtej Singh
http://docs.python.org/ref/numeric-types.html On Sun, Sep 21, 2008 at 8:37 PM, Mr.SpOOn <[EMAIL PROTECTED]> wrote: > Hi, > how can I override the '+' symbol (and other math symbols) so that it > can have a new behavior when applied to some objects? > -- > http://mail.python.org/mailman/listinfo/p

Re: Python GDB Wrapper

2008-03-07 Thread Navtej Singh
Raja, Check this http://fusil.hachoir.org/trac/wiki/Ptrace [gdb.py] On Fri, Mar 7, 2008 at 2:11 PM, Raja <[EMAIL PROTECTED]> wrote: > On Mar 7, 1:21 pm, Raja <[EMAIL PROTECTED]> wrote: > > Hi All, > > Thanks for replies. Daniel- I am looking at just a wrapper > > around GDB. I dont want

Re: Urllib keyerror, confused

2008-02-02 Thread Navtej Singh
possibly the server did not sent the 'Content-Length' header. On Feb 2, 2008 5:18 PM, Adam W. <[EMAIL PROTECTED]> wrote: > I took this script: > http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/83208 > And decided to try it out, it works when I first download a file, and > when I try to re

Re: REALLY simple xml reader

2008-01-27 Thread Navtej Singh
check the implementation of XMLNode class here http://hsivonen.iki.fi/group-feed/flickrapi.py HTH N On Jan 27, 2008 11:05 PM, Simon Pickles <[EMAIL PROTECTED]> wrote: > Hi > > Can anyone suggest a really simple XML reader for python? I just want to > be able to do something like this: > > xmlDoc