tcalmant / ipopo

iPOPO: a Service-Oriented Component Model for Python
https://ipopo.readthedocs.io/
Apache License 2.0
69 stars 28 forks source link

i got an error, help me,how to #115

Closed lpwwpl closed 2 years ago

lpwwpl commented 2 years ago

i download https://github.com/tcalmant/demo-ipopo-qt, and run,

i got an error: framework_uid = reference.get_property(pelix.remote.PROP_FRAMEWORK_UID) AttributeError: module 'pelix.remote' has no attribute 'PROP_FRAMEWORK_UID'

how to clear the error

tcalmant commented 2 years ago

The property constant has been renamed pelix.remote.PROP_ENDPOINT_FRAMEWORK_UUID in order to match its OSGi counterpart.