On Wed, Aug 22, 2012 at 10:13 AM, shaun <shaun.wisema...@gmail.com> wrote: > I'm having an issue its my first time using python and i set up a class one > of the methods is supposed to return a string but instead returns: > > <bound method Param.returnString of <Param.Param instance at 0x00C > 389E0>> > > Im very new to python and the object orientated feature doesnt seem to be as > well put together as Java. Can anyone help with this problem? > -- > http://mail.python.org/mailman/listinfo/python-list
It looks like you didn't add parens to the end of your call. Show us your code. with the traceback -- Joel Goldstick -- http://mail.python.org/mailman/listinfo/python-list