This repository has been archived by the owner on Dec 21, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
ImportError: No module named 'toga.style' #2
Comments
Hm. Think the problem is, that setup.py django -s will install older packages... I start with:
After running setup.py django -s i get this:
https://github.com/jedie/RunCalculator/blob/pybee/setup.py EDIT: I "revert" the venv changes and reinstall toga from sources and try to start the django server, i get ImportError: No module named 'toga.django' see:
|
The issue isn't with the Django template; the issue is with the environment in which you're running the code (you've got Toga 0.2.15, not 0.3.0) |
This was referenced Mar 17, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
setup.py django -s build the "django app" here, but the dev server starts raise into ImportError: No module named 'toga.style'
Maybe it's related to: beeware/toga#315 (comment) ?
The text was updated successfully, but these errors were encountered: