I am Charmie

メモとログ

PyGTK installation using Anaconda

Using anaconda search, anaconda search -t conda pygtk, there are several packages:

  1. jochym/pygtk for linux-64
  2. mike/pygtk-aio for win-32
  3. mw/pygtk2 for linux-64, linux-32, osx-64
  4. ska/pygtk for linux-64
  5. vgauthier/pygtk for osx-64

I've tried ska/pygtk, jochym/pygtk, and mw/pygtk2 and mw/pygtk2 worked well while the others didn't.

[code lang="bash"] conda install -c https://conda.anaconda.org/mw pygtk2 [/code]