You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
Thanks for the report. I think I understand the problem and will try to push a fix soon, but I think this will only happen if you run p4a without any command argument, which wouldn't do anything anyway. It shouldn't prevent running any of the commands.
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'
The text was updated successfully, but these errors were encountered: