PyGtk Installation Error
I'm attempting to install PyGtk using PyCharm's mechanism for installing packages. Installation fails with the following error message. I have ActiveState's 32bit 2.7.2 interpreter installed. Please advise.
Install packages failed: Error occurred when installing package PyGTK.
The following command was executed:
packaging_tool.py install –build-dir C:\Users\cmedcoff\AppData\Local\Temp\pycharm-packaging3761172401111590914.tmp PyGTK
The error output of the command:
Downloading/unpacking PyGTK
Running setup.py egg_info for package PyGTK
ERROR: Could not import dsextras module: Make sure you have installed pygobject.
Complete output from command python setup.py egg_info:
ERROR: Could not import dsextras module: Make sure you have installed pygobject.
Command python setup.py egg_info failed with error code 1
Storing complete log in C:\Users\cmedcoff\AppData\Roaming\pip\pip.log
Install packages failed: Error occurred when installing package PyGTK.
The following command was executed:
packaging_tool.py install –build-dir C:\Users\cmedcoff\AppData\Local\Temp\pycharm-packaging3761172401111590914.tmp PyGTK
The error output of the command:
Downloading/unpacking PyGTK
Running setup.py egg_info for package PyGTK
ERROR: Could not import dsextras module: Make sure you have installed pygobject.
Complete output from command python setup.py egg_info:
ERROR: Could not import dsextras module: Make sure you have installed pygobject.
Command python setup.py egg_info failed with error code 1
Storing complete log in C:\Users\cmedcoff\AppData\Roaming\pip\pip.log
1 comment
Sort by
Date
Votes
Try to install the package manually from the console using the pip tool. If it doesn't work then please read PyGTK installation notes.
Please sign in to leave a comment.