Skip to content
This repository was archived by the owner on Aug 15, 2017. It is now read-only.
This repository was archived by the owner on Aug 15, 2017. It is now read-only.

toga-demo error in windows with python3.5 32-bit #4

Description

@aeroaks

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions