sde1000 / python-dali

Library for controlling DALI lighting systems
Other
150 stars 71 forks source link

No module named 'dali.interface' #123

Closed mohandas22 closed 1 year ago

mohandas22 commented 1 year ago

Hi, If I go to https://github.com/sde1000/python-dali/blob/master/examples/set_single.py In the line number 6 "from dali.interface import DaliServer", we can see dali.interface.

But dali has module named interface. https://github.com/sde1000/python-dali/tree/master/dali

sde1000 commented 1 year ago

The example is very out-of-date. It would need to import an appropriate driver from dali.driver instead.