On Fri, Aug 27, 2010 at 22:30, Jeffrey Ratcliffe
<[email protected]> wrote:
> On 27 August 2010 22:10, Sebastian Krzyszkowiak <[email protected]> wrote:
>> slots = sim.GetSimInfo()['slots']
>
> Hmmm
>
> info = sim.GetSimInfo
> print info
>
> is giving me
>
> <dbus.proxies._DeferredMethod instance at 0x4054f4b8>
>
> Any clue what is going on?
>
> Regards
>
> Jeff
>

You forgot braces ;)

info = sim.GetSimInfo()
print info

-- 
Sebastian Krzyszkowiak
dos
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to