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

2013-09-11 Thread Eric Firing
On 2013/09/11 8:49 AM, Filipe Saraiva wrote: > Em Ter 10 Set 2013 19:21:01 BRT, Christoph Gohlke escreveu: >> On 9/10/2013 1:54 PM, Eric Firing wrote: >>> On 2013/09/10 5:43 AM, Michael Droettboom wrote: Do any of those use ctypes? Try creating a minimal ctypes example and see if that wo

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

2013-09-11 Thread Filipe Saraiva
Em Ter 10 Set 2013 19:21:01 BRT, Christoph Gohlke escreveu: > On 9/10/2013 1:54 PM, Eric Firing wrote: >> On 2013/09/10 5:43 AM, Michael Droettboom wrote: >>> Do any of those use ctypes? Try creating a minimal ctypes example and >>> see if that works. >> >> Mike, >> >> I was a bit horrified to see

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>> wrote: >>> >>> Hello, >>> >>>

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

2013-09-10 Thread Michael Droettboom
On 09/10/2013 10:05 AM, Filipe Saraiva wrote: > 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...@filipesar

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

2013-09-10 Thread Eric Firing
On 2013/09/10 5:43 AM, Michael Droettboom wrote: > Do any of those use ctypes? Try creating a minimal ctypes example and > see if that works. Mike, I was a bit horrified to see that ctypes import and usage in mpl; fortunately it is a workaround for a PySide bug, and should only be temporary, i

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

2013-09-10 Thread Christoph Gohlke
On 9/10/2013 1:54 PM, Eric Firing wrote: > On 2013/09/10 5:43 AM, Michael Droettboom wrote: >> Do any of those use ctypes? Try creating a minimal ctypes example and >> see if that works. > > Mike, > > I was a bit horrified to see that ctypes import and usage in mpl; > fortunately it is a workaroun

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 a python backend for > Cantor, t

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

2013-09-10 Thread Michael Droettboom
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>> wrote: >> >> Hello, >> >> First, thanks for this great library. >> >> My name is Filipe Sara

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

2013-09-03 Thread Benjamin Root
On Mon, Sep 2, 2013 at 12:27 AM, Filipe Saraiva wrote: > 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-ba

[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 w