This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 115
No such file or directory #117
Comments
Please could you enter |
that's the output :) |
@harrego
this is the output |
Please could you post the full output? E.g. Desktop $ lyrebird
Traceback (most recent call last):
File "/home/harry/Desktop/lyrebird-gtk4/app.py", line 21, in <module>
app.run(sys.argv)
|
I believe since it is enough to just add the binary to
|
The problem is in the code #!/bin/sh
DIR="$(dirname $0)"
# If not in dev environment then set entry point to share location
if [ ! -d "$DIR/app/" ]; then
cd "$DIR/../share/lyrebird"
fi
exec python3 -B app.py It makes sense for this file to be in |
seems like the issue to me. @harrego |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I used aur to install lyrebird, The app isn't oppening. Output via the terminal:
The text was updated successfully, but these errors were encountered: