On Thu, 2008-06-26 at 12:00 +0200, [EMAIL PROTECTED] wrote:
> Or more commonly add a first line like:
> 
> #! /path/to/python/executable
> 
> Then you can simply make the file executable and run it by typing its 
> name
> 
> $ threeplusfour.py

On my computer, running Linux Ubuntu, I always have to type
./threePlusFour.py to get it to run. Otherwise I get a not found
command.
> 
> or double clicking it in your favourite file manager GUI tool.
> 
> See the topic "Add a Little style" in my tutorial,  in the box
> Note for Unix users
> for more details.
> 

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to