Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a python script that should connect to a dbus interface and receive some messages through signals.

The signature of one of the items that it receives is: aa{qv} and even though it should receive a list of two different arrays of dictionaries it only shows me in the argument the last one in the list with the signature a{qv}. The dbus-monitor displays both items in the array.

Is there a way to make python recognize this type? Or rewrite the way it converts the dbus message?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.