further infos

Sascha Ernst s.ernst at web.de
Fri Mar 15 10:49:58 EST 2002


please have a look at my posting one line below
sorry for the misunderstanding, again

"Michael Stenner" <mstenner at phy.duke.edu> schrieb im Newsbeitrag
news:mailman.1016198905.10172.python-list at python.org...
> On Fri, Mar 15, 2002 at 02:11:43PM +0100, Sascha Ernst wrote:
> > 1. "command not found" is the error message. how can I get more detailed
> > infos?
> > 2. the dev tools are ok, I compiled Ruby some days ago successfully
>
> whaaa?
>
> 1) this is a python list... not a ruby list...
>
> 2) I'll try and employ my ESP anyway:
>
>    "command not found" is a common shell error.  Are you running
>    (python or ruby, whatever) under unix?  If so, do you have the
>    proper shebang?
>
>    For example, your files should probably start with
>
>    #!/usr/bin/env python
>
>    If this isn't there, the file will usually be interpreted as a
>    shell script and almost certainly throw errors.  This can be
>    unpleasant if the first non-comment is an import :)
>
> 3) you get more detailed infos when you give us more detailed infos :)
>
> -Michael
> --
>   Michael Stenner                       Office Phone: 919-660-2513
>   Duke University, Dept. of Physics       mstenner at phy.duke.edu
>   Box 90305, Durham N.C. 27708-0305
>





More information about the Python-list mailing list