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

Create .config folder if it doesnt exist #5

Open
logsol opened this issue Feb 10, 2022 · 0 comments
Open

Create .config folder if it doesnt exist #5

logsol opened this issue Feb 10, 2022 · 0 comments

Comments

@logsol
Copy link

logsol commented Feb 10, 2022

On a freshly installed Raspbian 64bit OS (lite) the ~/.config folder is not created yet and the script fails with this error:

System version:

Raspberry Pi OS arm-64bit (2022-01-28)

Specify install location for Pianoteq

Traceback (most recent call last):
  File "/home/pi/pianoteq/setup.py", line 320, in <module>
    with dbm.open(CONFIG_PATH, 'c') as db:
  File "/usr/lib/python3.9/dbm/__init__.py", line 95, in open
    return mod.open(file, flag, mode)
_dbm.error: [Errno 2] No such file or directory: '/home/pi/.config/pianoteq-pi.dbm'

This should be checked and created.

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