Re: [Pythonmac-SIG] Macintosh Native Python Install

2009-03-02 Thread Christopher Barker
REH wrote: Using the Mac Leopard NATIVE installation of the Python 2.5 interpreter, called out of the Terminal UNIX command line (i.e. NOT through the X-code machinery), is it possible to pipe or pass in a text file containing Python code? the Apple one is a normal old python install -- just

Re: [Pythonmac-SIG] Macintosh Native Python Install

2009-03-02 Thread Dave Opstad
REH wrote: > Hello All, > > Using the Mac Leopard NATIVE installation of the Python 2.5 > interpreter, called out of the Terminal UNIX command line (i.e. NOT > through the X-code machinery), is it possible to pipe or pass in a > text file containing Python code? Or is this literally a type-as-yo

[Pythonmac-SIG] Macintosh Native Python Install

2009-03-02 Thread REH
Hello All, Using the Mac Leopard NATIVE installation of the Python 2.5 interpreter, called out of the Terminal UNIX command line (i.e. NOT through the X-code machinery), is it possible to pipe or pass in a text file containing Python code? Or is this literally a type-as-you- go-only inter