LEW21 / pydbus

Pythonic DBus library
GNU Lesser General Public License v2.1
327 stars 76 forks source link

Can't proxy object by unique bus name #17

Closed alanpich closed 8 years ago

alanpich commented 8 years ago

I'm trying to create a proxy object using a unique bus name & object path, but bus.get('1.3','/') is throwing a KeyError: No Such Object. Is this a known behavior / is there a workaround with lower-level APIs?

LEW21 commented 8 years ago

Use bus.get(':1.3','/').