Objects in Python

Joel Goldstick joel.goldstick at gmail.com
Wed Aug 22 10:31:09 EDT 2012


On Wed, Aug 22, 2012 at 10:13 AM, shaun <shaun.wiseman91 at 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



More information about the Python-list mailing list