labyrinth-team / labyrinth

Labyrinth is a lightweight mind-mapping tool (and looking for maintainers)
GNU General Public License v2.0
99 stars 33 forks source link

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

Open mknepper opened 2 years ago

mknepper commented 2 years ago

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 commented 2 years ago

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.