1

i type the following into the command prompt as administrator:

pip install PyGTK

and get the following error:

Could not find a version that satisfies the requirement PyGTK <from versions:>
No matching distribution found for PyGTK

any thoughts of why this is happening, thank you in advance.

Michael Norman
  • 389
  • 2
  • 6
  • 18

2 Answers2

2

PyGTK is only available for Python 2.6 on Windows.

For more fresh installation instructions see https://pygobject.readthedocs.io/en/latest/getting_started.html

phd
  • 57,284
  • 10
  • 68
  • 103
0

It's pygtk. Case sensitivity has caused the error probably. This has been deprecated for python3 though and has been replaced by pygi.