You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2017. It is now read-only.
executing toga-demo in command prompt gives the following error:
REQUEST FOR MIN MAX INFO
1 1771694
2 1771694
Traceback (most recent call last):
File "c:\python35-32\lib\runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "c:\python35-32\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Python35-32\Scripts\toga-demo.exe\__main__.py", line 9, in <module>
File "c:\python35-32\lib\site-packages\toga_demo\__main__.py", line 90, in main
app = DemoApp('Toga Demo', 'org.pybee.toga-demo')
File "c:\python35-32\lib\site-packages\toga_win32\app.py", line 19, in __init__
self._startup()
File "c:\python35-32\lib\site-packages\toga_win32\app.py", line 25, in _startup
self.startup()
File "c:\python35-32\lib\site-packages\toga_demo\__main__.py", line 13, in startup
left_container = toga.OptionContainer()
AttributeError: module 'toga' has no attribute 'OptionContainer'