rmarren1 / dash-ui

Some abstractions to make creating UI's easier in Dash
MIT License
65 stars 20 forks source link

dash-ui advanced demo syntax error #4

Open landon-humatics opened 5 years ago

landon-humatics commented 5 years ago

Running advanced demo has failure (I removed my path to the source in the log output below)

_...my source path-removed..._/dash-dui.py
Traceback (most recent call last):
  File "..my source path removed.../dash-dui.py", line 29, in <module>
    controlpanel.create_section(
AttributeError: 'ControlPanel' object has no attribute 'create_section'

Process finished with exit code 1

I'm able to run the simple demo code without any issues. Environment is Anaconda, Python 3.7, OS X Mojave (10.14.2.)

yrouimi commented 4 years ago

Hi,

would you by chance have any solution for this ? I am facing the same problem.

Thank you very much in advance