Re: My Python error...

2008-08-04 Thread SaMTHG
On Aug 3, 9:39 pm, Erik Max Francis <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Basically I have Mac OS X 10.4.11 and I've got python 2.5. > > When I go to TextEdit and type in something like > > #!/usr/bin/env python > > print 2+2 > > and save it as simplescript.py. > > Then I go to

Re: My Python error...

2008-08-03 Thread Erik Max Francis
[EMAIL PROTECTED] wrote: Basically I have Mac OS X 10.4.11 and I've got python 2.5. When I go to TextEdit and type in something like #!/usr/bin/env python print 2+2 and save it as simplescript.py. Then I go to terminal and cd my way to the dir that the script source is in and type: python simpl