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

"/usr/bin/python: bad interpreter: No such file or directory" #32

Open
mknepper opened this issue Jul 1, 2022 · 1 comment
Open

"/usr/bin/python: bad interpreter: No such file or directory" #32

mknepper opened this issue Jul 1, 2022 · 1 comment

Comments

@mknepper
Copy link

mknepper commented Jul 1, 2022

When trying to run labyrinth from the main git rep, it spits this error:

bash: ./labyrinth: /usr/bin/python: bad interpreter: No such file or directory

Debian testing. I have Python 3 installed. I can't find pygtk in the repo.

@takluyver
Copy link
Member

The releases and the master branch still depend on Python 2, unfortunately. pygtk is Python 2 only, and the idea is that everyone moves to the new PyGobject introspection system to use both Python 3 and GTK 3 (or higher).

You can try the gtk3 branch where I've been working on that, but it's a WIP and has been for about a decade now. There were some changes needed in Pango to re-enable some of the things Labyrinth uses, and I haven't got a lot of time to spend on it.

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

2 participants