Skip to content

running p4a from git fails #1058

@hemna

Description

@hemna
  1. mkdir ~/devel/android/.venv
  2. virtualenv ~/devel/android/.venv
  3. git clone python-for-android
  4. source ~/devel/android/.venv/bin/activate
  5. cd python-for-android
  6. pip install .
  7. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions