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

AttributeError: 'java.io.File' object has no attribute 'endswith' #170

Closed
depau opened this issue Nov 8, 2013 · 1 comment
Closed

AttributeError: 'java.io.File' object has no attribute 'endswith' #170

depau opened this issue Nov 8, 2013 · 1 comment

Comments

@depau
Copy link

depau commented Nov 8, 2013

I noticed that Python for Android is giving this error when calling posixpath.join:

I/python  (32288):  Traceback (most recent call last):
I/python  (32288):    File "/home/davideddu/karaokivy/.buildozer/android/app/main.py", line 631, in 
I/python  (32288):    File "/home/davideddu/karaokivy/.buildozer/android/app/main.py", line 137, in check_env
I/python  (32288):    File "/home/davideddu/karaokivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/posixpath.py", line 68, in join
I/python  (32288):  AttributeError: 'java.io.File' object has no attribute 'endswith'

I think it's a problem inside Py4A, but I'm not sure.

I'm using buildozer to build the application.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@inclement
Copy link
Member

Closing as this issue relates to the old toolchain which is no longer supported. Please open a new issue if you experience this problem with the current master branch.

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