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
[EMAIL PROTECTED]

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to