About Python Symbian 60

2009-08-19 Thread Kannan
Hi friends I want a Python SDK like Netbeans to work with the Symbian 60 python. I don't have the Symbian 60 mobile.I create some Apps for S60 Platform.To execute that i want this Help me.. With regards, Kannan. R. P, -- http://mail.python.org/mailman/listinfo/python-list

TypeError: unbound method DefaultTracer() must be called with MyClass instance as first argument (got str instance instead)

2011-07-07 Thread Kannan Varadhan
used by all instances created off it, but itself be changeable, so that once changed, the changed default would be used by subsequent newer instances of that class. Thanks, Kannan -- http://mail.python.org/mailman/listinfo/python-list

Re: TypeError: unbound method DefaultTracer() must be called with MyClass instance as first argument (got str instance instead)

2011-07-10 Thread Kannan Varadhan
Thanks folks, Tried all of these, and went with staticmethod(). Was cleanest solution, > After skimming over Steven's post: use staticmethod. > No idea why I didn't think of that myself. Kannan -- http://mail.python.org/mailman/listinfo/python-list