pycam icon indicating copy to clipboard operation
pycam copied to clipboard

'python-gtk2' error

Open shenko opened this issue 5 years ago • 3 comments

'python-gtk2' error when running your install on Ubuntu 20.04. because Ubuntu no longer has 'pip' by default.

shenko avatar Oct 28 '20 07:10 shenko

It goes further than that. 20.04 does not support Python 2.7. It comes with Python 3. PyGTK, however is deprecated and there's no version for Python 3 any more.

Here's some info on porting to the successor: https://wiki.gnome.org/action/show/Projects/PyGObject/IntrospectionPorting https://python-gtk-3-tutorial.readthedocs.io/en/latest/index.html

sgofferj avatar Dec 15 '20 22:12 sgofferj

In 2022, error the same, "Failed to import GTK: No module named 'gtk'". Version is 0.6.4, marked as latest release, trying under Linux Mint 20.3. I see a many forks of this project, maybe, anyone made it runnable under Python 3?

inboxpm avatar Feb 07 '22 18:02 inboxpm