further infos

Michael Stenner mstenner at phy.duke.edu
Fri Mar 15 08:27:05 EST 2002


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