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

Robert Kern rkern at ucsd.edu
Tue Jul 26 21:40:52 CEST 2005


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 about the rest (ask on the matplotlib list), but this #! 
line won't work. Instead, use

#!/usr/bin/env pythonw

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter


More information about the Pythonmac-SIG mailing list