Anaconda cannot find pigt

Running osx with anaconda distribution ... I imported the module pygtk

with

conda install -c vgauthier pygtk=2.24.0

as found here . Pygtk is reflected in conda list

, which returns:

...
pygments                  2.2.0                    py27_0
pygobject                 3.10.0                   py27_1    vgauthier
pygtk                     2.24.0                   py27_1    vgauthier
pyopenssl                 16.2.0                   py27_0
...

      

However, the import will fail, for example in ipython

:

In [1]: import pygtk
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-f8a9c750c915> in <module>()
----> 1 import pygtk

ImportError: No module named pygtk

      

+3
python import module gtk anaconda


source to share


No one has answered this question yet

Check out similar questions:

2818
Finding the index of an element by specifying the list that contains it in Python
1698
Find current directory and file directory
3
Problems importing vpython for anaconda
2
Failed to import Pandas and Seaborn (in Anaconda / Spyder)
2
PL / Python with Anaconda
1
Keras import throws numpy exceptions
1
Anaconda: "conda update conda" problem
0
cannot import pandas package, statsmodels and matplotlib on Jupyter for anaconda
0
Rodeo does not import seaport even if installed in python



All Articles
Loading...
X
Show
Funny
Dev
Pics