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

These are the errors I get when I try to package the file... #222

Closed
neatville opened this issue Aug 9, 2015 · 3 comments
Closed

These are the errors I get when I try to package the file... #222

neatville opened this issue Aug 9, 2015 · 3 comments

Comments

@neatville
Copy link

buildozer android debug deploy run....

http://pastebin.com/Wd0Gxq3B

@ghost
Copy link

ghost commented Aug 9, 2015

The last line of the error log tells you what to do:

Exception: Unable to find capture version in ./main.py

(looking for `__version__ = ['"](.*)['"]`)

At the beginning of your main.py, put this:

__version__ = "1.0"

The version number in the string could of course be any version

@neatville
Copy link
Author

I added that to that one, and it actually did end up installing it, but the program would crash without notice each time I tried running it.
Then, I went to a different example Kivy program to see if that one would work, 3Drendering to be more specific. It gave me the same kinds of errors I've experienced before when trying to debug & deploy using buildozer - Cython errors. It's up to the latest version, and that's what's recommended on the Kivy site. I've heard some say in issues from months ago that this version doesn't work with Kivy, so last night I had tried it with .21 or something then tried it with that... still errors.

There was apparently a Kivy update recently, I was hoping that might solve all of the problems, but it didn't.

@tito
Copy link
Member

tito commented Oct 4, 2015

The initial issue has been correctly answered. About your next problem, unless you show us some error, we can't help :)

@tito tito closed this as completed Oct 4, 2015
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