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 has been archived by the owner on Aug 15, 2017. It is now read-only.
Followed the tutorial on RTD, but I get this error running toga-demo:
AttributeError: module 'toga' has no attribute 'App'
Needless to say that if I try the first example it returns the same error.
The text was updated successfully, but these errors were encountered:
I'm on Linux (Xubuntu 16.04 64 bit). I made sure to use pip3 and I tried running inside and outside a virtual environment.
This is the full output:
Traceback (most recent call last):
File "/usr/local/bin/toga-demo", line 7, in <module>
from toga_demo.__main__ import main
File "/usr/local/lib/python3.5/dist-packages/toga_demo/__main__.py", line 6, in <module>
from .app import TogaDemo
File "/usr/local/lib/python3.5/dist-packages/toga_demo/app.py", line 8, in <module>
class TogaDemo(toga.App):
AttributeError: module 'toga' has no attribute 'App'
Followed the tutorial on RTD, but I get this error running toga-demo:
AttributeError: module 'toga' has no attribute 'App'
Needless to say that if I try the first example it returns the same error.
The text was updated successfully, but these errors were encountered: