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
  • 547
  • 3
  • 9
  • 20

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
  • 82,685
  • 13
  • 120
  • 165
1

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