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

System install #6

Open
danyspin97 opened this issue Mar 3, 2019 · 0 comments
Open

System install #6

danyspin97 opened this issue Mar 3, 2019 · 0 comments

Comments

@danyspin97
Copy link

Vocab cannot be installed as a system package currently because it write to its source location:

Traceback (most recent call last):
  File "/usr/host/bin/vocab", line 35, in <module>
    main()
  File "/usr/host/bin/vocab", line 17, in main
    app = App()
  File "/usr/lib/python3.7/site-packages/vocab/lib/app.py", line 24, in __init__
    os.mkdir(config.DICT_DIR)
PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.7/site-packages/vocab/local'

Writing to user owned folders (like xdg directories) could fix this problem.

This software looks promising and I can't wait to add a package upstream ^^

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

1 participant