Re: matplotlib Gtk3

2015-07-01 Thread David Coppa
On Wed, Jul 1, 2015 at 8:59 PM, Predrag Punosevac punoseva...@gmail.com wrote: Thanks Antoine! Manually installing py-gobject3 did the trick for me. I already had gtk+3 on my system. I just got an e-mail from David Coppa and it looks like he could not reproduce my problem. I would sware that

Re: matplotlib Gtk3

2015-07-01 Thread Predrag Punosevac
Antoine Jacoutot ajacou...@bsdfrog.org wrote: There are actually a few other odd things with this port dependencies. I'll have a look. Thanks. This should do it. For python2 we depend on gtk+2. For python3 we depend on gtk+3. The toolkit dependencies are somewhat optional (like

Re: matplotlib Gtk3

2015-07-01 Thread Antoine Jacoutot
There are actually a few other odd things with this port dependencies. I'll have a look. Thanks. This should do it. For python2 we depend on gtk+2. For python3 we depend on gtk+3. The toolkit dependencies are somewhat optional (like py-qt4); and we don't want to depend on all possible options

Re: matplotlib Gtk3

2015-07-01 Thread Antoine Jacoutot
On Tue, Jun 30, 2015 at 11:40:40PM -0400, Predrag Punosevac wrote: I am having issue with matplotlib on 5.7 release. Trying to import matplotlib.pyplot as plt gives 11 except ImportError: --- 12 raise ImportError(Gtk3 backend requires pygobject to be installed.) 13

matplotlib Gtk3

2015-06-30 Thread Predrag Punosevac
I am having issue with matplotlib on 5.7 release. Trying to import matplotlib.pyplot as plt gives 11 except ImportError: --- 12 raise ImportError(Gtk3 backend requires pygobject to be installed.) 13 14 try: ImportError: Gtk3 backend requires pygobject to be installed.