stop the window from
closing so quickly
Thanks
Marco
Michael Droettboom-3 wrote:
>
> It should only try to import that backend when configured to do so. You
> may need to change your matplotlibrc to point to your desired backend.
>
> Mike
>
> New2Python wrote:
>>
ter import error.
Regards
Marco
New2Python wrote:
>
> Hi All,
>
> I hope someone can help, I have run into a few problems when trying to
> execute an exe file created when I use py2exe with matplotlib.
> I have python2.5, matplotlib v0.99.1 and py2exe from GUI2Exe v0.5.0
Hi All,
I hope someone can help, I have run into a few problems when trying to
execute an exe file created when I use py2exe with matplotlib.
I have python2.5, matplotlib v0.99.1 and py2exe from GUI2Exe v0.5.0
optimisation is python -OO
the files compile correctly however when I execute the exe I
:
>
> On Wed, May 28, 2008 at 7:10 AM, New2Python <[EMAIL PROTECTED]>
> wrote:
>
>> One issue that I find now is that the removed marker is not redrawn as
>> removed, in other words, all the original markers remain drawn whether or
>> not the datapoints exist in th
John Hunter-4 wrote:
>
> On Mon, May 26, 2008 at 10:08 AM, John Hunter <[EMAIL PROTECTED]> wrote:
>> On Mon, May 26, 2008 at 7:01 AM, New2Python <[EMAIL PROTECTED]>
>> wrote:
>>
>>> I hope someone can give me a simple solution to my problem. I have a
Hi All,
I have the same issue, is there a fix to this
Michael Droettboom-3 wrote:
>
> Eric Firing wrote:
>> Chris Withers wrote:
>>
>>> Hi All,
>>>
>>> A few of the units demos include the lines:
>>>
>>> from pylab import nx
>>>
>>> ...but this import errors for me.
>>>
>>> Why is that?
>>