Re: [matplotlib-devel] Error in import matplotlib.pyplot using Python/C API

2013-09-11 Thread Filipe Saraiva
at.py", line 36, in import sip ImportError: /usr/lib/python2.7/site-packages/sip.so: undefined symbol: PyExc_SystemError One more info, I removed matplotlib 1.3 and installed matplotlib 1.2 using pip and it worked properly. I can use matplotlib in this version. Thank you; -- Filipe Saraiva http://f

Re: [matplotlib-devel] Error in import matplotlib.pyplot using Python/C API

2013-09-10 Thread Filipe Saraiva
Em Ter 10 Set 2013 09:33:37 BRT, Michael Droettboom escreveu: > On 09/10/2013 08:23 AM, Filipe Saraiva wrote: >> Em Ter 03 Set 2013 17:02:28 BRT, Benjamin Root escreveu: >>> On Mon, Sep 2, 2013 at 12:27 AM, Filipe Saraiva >>> mailto:m...@filipesaraiva.info&g

Re: [matplotlib-devel] Error in import matplotlib.pyplot using Python/C API

2013-09-10 Thread Filipe Saraiva
Em Ter 03 Set 2013 17:02:28 BRT, Benjamin Root escreveu: > > On Mon, Sep 2, 2013 at 12:27 AM, Filipe Saraiva > mailto:m...@filipesaraiva.info>> wrote: > > Hello, > > First, thanks for this great library. > > My name is Filipe Saraiva, I am developing

[matplotlib-devel] Error in import matplotlib.pyplot using Python/C API

2013-09-01 Thread Filipe Saraiva
Hello, First, thanks for this great library. My name is Filipe Saraiva, I am developing a python backend for Cantor, the KDE mathematical software. More infos can be read in http://blog.filipesaraiva.info/?tag=gsoc2013-python-backend (in portuguese and english). Currently I have a problem