Re: Python executable

2005-09-06 Thread presentt
Thanks everyone! I think I'm going to stick with Python; at least I know there are some people here willing to help. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python executable

2005-09-05 Thread Jules Dubois
On Monday 05 September 2005 21:54, presentt <[EMAIL PROTECTED]> (<[EMAIL PROTECTED]>) wrote: > So I created a file named helloworld.py, and put in it: > > #! /usr/bin/env python > print "Hello, world!" > > and then used > $ chmod +x helloworld.py > to set the permissions. Finally, I went to my

Re: Python executable

2005-09-05 Thread DogWalker
"presentt" <[EMAIL PROTECTED]> said: >Hello, > >I'm running Ubuntu Linux 5.04. > >I just started teaching myself Python today, and have been reading a >few things to get started. I came across something in one (namely >http://docs.python.org/tut/node4.html#SECTION00422) >that conf

Re: Python executable

2005-09-05 Thread Steve Holden
presentt wrote: > Hello, > > I'm running Ubuntu Linux 5.04. > > I just started teaching myself Python today, and have been reading a > few things to get started. I came across something in one (namely > http://docs.python.org/tut/node4.html#SECTION00422) > that confused me a litt