Unable to execute the script

Dave Angel d at davea.name
Fri Aug 10 16:00:35 EDT 2012


You posted privately to me, so I'm sending it back to the list.  Don't
forget to do reply-all, or equivalent.

On 08/10/2012 02:44 PM, Smaran Harihar wrote:
> Is the location of this script acceptable to your web host?
> 
> How can I check that?

By asking your web host tech support, or reading their help faq's.
> 
> Next question, is the python installation actually at the place where
> your shebang points?
> 
> Not sure what 'shebang' is!! I m a newbie so bit more explanation will be
> helpful.

if the first line of the script starts with a #!  (pronounced she-bang)
then the shell uses the rest of the line to launch the interpreter for
the script. If it doesn't, then Linux won't have a clue what you want
with this file.

You also have been doing top-post in your replies, which is not the way
this forum works.  Put your remarks AFTER the part you're quoting, and
remove the stuff your reader doesn't need.  In the above section you've
successfully confused most readers as to which parts I said and which
parts you said.  If you had simply put your remarks in the right place
(with an <enter> before and after), all the quote bars would
automatically be right.

> 
> Thanks,
> Smaran
> 
> 


-- 

DaveA



More information about the Python-list mailing list