On Tue, Jun 2, 2009 at 10:09 AM, Anu Pakanati <apakan...@hotmail.com> wrote:

> Lastly, my gcc version is gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4)
>
> I did have matplotlib and player/stage playing nicely in a previous
> incarnation, using older versions of both from about 8 months ago.
> Unfortunately going back is not an option for me, and since this seems like
> it may be a third party conflict, I may need to refactor my code to avoid
> loading both in the same script.  But any help would be appreciated!
>
> Thanks for your attention!

We've seen this before -- where importing matplotlib/pylab and some
other application trigger some strange interference.  Unfortunately,
we've never figured it out.  I've always suspected that there may be
two libraries compiled against different versions of numpy/numeric
that may be causing trouble, but this is just a hunch.  Did you
compile numpy, mpl and player/stage from src, or was one or more of
them provided by an installer.  I suggest trying clean src builds of
all, and then posting back.  Also, do some ldd's on the python
extension code modules, and post some of the results here.  Perhaps
something will jump out at me (not holding breath).

JDH

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to