[Pythonmac-SIG] Errors with simple_plot in matplotlib: type is wrong for / operator?

2005-07-26 Thread Louis Pecora
I got my Python back up and running thanks to help from Bob Impolito and Robert Kern (site packages and .pth files and new system install). * I have installed wxPython and matplotlib. But when I run the simple_plot.py program: #!/usr/bin/pythonw from pylab import * figure(1) t = arange(0.0,

Re: [Pythonmac-SIG] Errors with simple_plot in matplotlib: type is wrong for / operator?

2005-07-26 Thread Robert Kern
Louis Pecora wrote: > I got my Python back up and running thanks to help from Bob Impolito > and Robert Kern (site packages and .pth files and new system install). > > * I have installed wxPython and matplotlib. But when I run the > simple_plot.py program: > > #!/usr/bin/pythonw I'm not sure

Re: [Pythonmac-SIG] Errors with simple_plot in matplotlib: type is wrong for / operator?

2005-07-26 Thread John Hunter
> "Louis" == Louis Pecora <[EMAIL PROTECTED]> writes: Louis> *This is deep in matplotlib. Anyone know what's happening? Louis> Here's what line 335 in ticker.py looks like (not sure if Louis> this helps since you'd probably have to know the code of Louis> matplotlib): Loui

Re: [Pythonmac-SIG] Errors with simple_plot in matplotlib: type is wrong for / operator?

2005-07-26 Thread Louis Pecora
John Hunter wrote: >>"Louis" == Louis Pecora <[EMAIL PROTECTED]> writes: >> >> >Louis> *This is deep in matplotlib. Anyone know what's happening? > >Louis> Here's what line 335 in ticker.py looks like (not sure if >Louis> this helps since you'd probably have to

Re: [Pythonmac-SIG] Errors with simple_plot in matplotlib: type is wrong for / operator?

2005-07-26 Thread John Hunter
> "Louis" == Louis Pecora <[EMAIL PROTECTED]> writes: Louis> numerix Numeric 22.0 My guess is that upgrading Numeric will fix this problem. JDH ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pyt

Re: [Pythonmac-SIG] Errors with simple_plot in matplotlib: type is wrong for / operator?

2005-07-26 Thread Louis Pecora
John Hunter wrote: >>"Louis" == Louis Pecora <[EMAIL PROTECTED]> writes: >> >> > >Louis> numerix Numeric 22.0 > >My guess is that upgrading Numeric will fix this problem. > >JDH > > Bingo!! Upgrading to 23.7 did it. Works fine. Thank you very much. -- Cheers, L

[Pythonmac-SIG] Solid GUI toolkits for Mac?

2005-07-26 Thread Jon Rosebaugh
I'm wondering how many of the many GUI toolkits for python play really well with Mac OS X, including actual native look, instead of just an Aqua "theme" that doesn't look quite right? I know of PyObjC (which scares me, because Interface Builder and Cocoa scare me; come on, a four-page tutorial wit

Re: [Pythonmac-SIG] Solid GUI toolkits for Mac?

2005-07-26 Thread Bob Ippolito
On Jul 26, 2005, at 8:12 PM, Jon Rosebaugh wrote: > I'm wondering how many of the many GUI toolkits for python play really > well with Mac OS X, including actual native look, instead of just an > Aqua "theme" that doesn't look quite right? > > I know of PyObjC (which scares me, because Interface

Re: [Pythonmac-SIG] Solid GUI toolkits for Mac?

2005-07-26 Thread Robert Kern
Jon Rosebaugh wrote: > I'm wondering how many of the many GUI toolkits for python play really > well with Mac OS X, including actual native look, instead of just an > Aqua "theme" that doesn't look quite right? wxPython and Tk are so-so in this regard. They use the real thing underneath for most