Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"No module named 'toga'" after installation #67

Closed
bityob opened this issue Sep 23, 2016 · 1 comment
Closed

"No module named 'toga'" after installation #67

bityob opened this issue Sep 23, 2016 · 1 comment

Comments

@bityob
Copy link

bityob commented Sep 23, 2016

I installed toga (and verified it is truly updated):

C:\Users\myuser>pip install -U toga
Requirement already up-to-date: toga in d:\python35\lib\site-packages
Requirement already up-to-date: toga-win32; sys_platform == "win32" in d:\python35\lib\site-packages (from toga)
Requirement already up-to-date: toga-cassowary in d:\python35\lib\site-packages (from toga-win32; sys_platform == "win32"->toga)
Requirement already up-to-date: cassowary in d:\python35\lib\site-packages (from toga-cassowary->toga-win32; sys_platform == "win32"->toga)

but when I try to use it, I get "No module named 'toga'"

C:\Users\myuser>python
Python 3.5.2 |Anaconda 2.5.0 (64-bit)| (default, Jul  5 2016, 11:41:13) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import toga
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'toga'

This my watermark:

In [8]: %watermark
2016-09-23T12:23:27+03:00

CPython 3.5.2
IPython 4.1.1

compiler   : MSC v.1900 64 bit (AMD64)
system     : Windows
release    : 10
machine    : AMD64
processor  : Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
CPU cores  : 8
interpreter: 64bit
@freakboy3742
Copy link
Member

Unfortunately, Windows support is lagging a bit behind other platforms; some recent changes haven't been reflected in the Windows port.

Closing as an effective duplicate of pybee/toga-demo#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants