-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
- mkdir ~/devel/android/.venv
- virtualenv ~/devel/android/.venv
- git clone python-for-android
- source ~/devel/android/.venv/bin/activate
- cd python-for-android
- pip install .
- p4a
Traceback (most recent call last):
File "/home/waboring/devel/android/.venv/bin/p4a", line 11, in
load_entry_point('python-for-android', 'console_scripts', 'p4a')()
File "/home/waboring/devel/android/python-for-android/pythonforandroid/toolchain.py", line 902, in main
ToolchainCL()
File "/home/waboring/devel/android/python-for-android/pythonforandroid/toolchain.py", line 470, in init
setup_color(args.color)
AttributeError: 'Namespace' object has no attribute 'color'
Metadata
Metadata
Assignees
Labels
No labels