>>>>> "Tim" == Tim Leslie <[EMAIL PROTECTED]> writes:
Tim> When running examples/dynamic_demo I get a segfault with the
Tim> following backtrace. Does anyone have any thoughts on what
Tim> might be causing this? I'm using python 2.4 .4c1 and the
Tim> latest svn version of mpl/numpy/scipy.
Look at the first few lines of dynamic_demo.py
#!/usr/bin/env python
import pygtk
pygtk.require('2.0')
import gtk
It is using gtk explicitly. Your output indicates you are using ewx
Tim> wxEventLoop::Run () from /usr/lib/libwx_gtk2u_core-2.6.so.0
Tim> #12 0x00002b042968411b in wxAppBase::MainLoop () from
Tim> /usr/lib/libwx_gtk2u_core-2.6.so.0 #13 0x00002b0428c88487 in
Tim> wxPyApp::MainLoop () from
Tim> /usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/_core_.so
Tim> #14 0x00002b0428ce928f in wxPyFileSystemHandler::FindFirst ()
Maybe you are mixing backends and GUI mainloops. Make sure your
backend and GUI agree -- eg examples/dynamic_demo_wx.py
JDH
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel