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

OSError: [Errno 2] No such file or directory: '/home/username/code/kivy/examples/demo/touchtracer' #424

Closed
kasravnd opened this issue Jul 30, 2015 · 2 comments

Comments

@kasravnd
Copy link

I got this error :

OSError: [Errno 2] No such file or directory: '/home/username/code/kivy/examples/demo/touchtracer'

After running the following command :

./build.py --package org.test.touchtracer --name touchtracer \--version 1.0 --dir  ~/code/kivy/examples/demo/touchtracer debug

I read similar issues but seems this is a new one, is it because of bad installation of kivy? also if after this error I run the following command :

adb install bin/touchtracer-1.0-debug.apk

I will raise this error :

can't find 'bin/touchtracer-1.0-debug.apk' to install
@dl1ksv
Copy link
Contributor

dl1ksv commented Jul 30, 2015

I think the path to the touchtracer example ist wrong.
You can check it by
find . -name touchtracer

On my system I get

./python-install/share/kivy-examples/demo/touchtracer

@kasravnd
Copy link
Author

@dl1ksv Yes that was the problem thanks, some times the simplicity becomes a problem :)

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