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