Re: [Matplotlib-users] segfault using cx-freeze or bbfreeze with matplotlib TkAgg backend on ubuntu 8.04

2008-05-24 Thread Jonathan Wright
nroot/matplotlib/branches/v0_91_maint > matplotlib-0.91.x > > Let us know how that works for you. > > Cheers, > Mike > > Jonathan Wright wrote: >> Hello, >> >> I am getting segmentation faults when I try to freeze a script which >> uses the TkAgg bac

[Matplotlib-users] segfault using cx-freeze or bbfreeze with matplotlib TkAgg backend on ubuntu 8.04

2008-05-21 Thread Jonathan Wright
Hello, I am getting segmentation faults when I try to freeze a script which uses the TkAgg backend, on python2.5.2, gcc 4.2.3 (ubuntu 8.04, hardy heron). A trial script is: import matplotlib matplotlib.use("TkAgg") # unless you have it in matplotlibrc import matplotlib.backends.backend_tkagg