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