[C++-sig] Traceback error: Pointer

Lothar Werzinger lothar at xcerla.com
Tue May 31 18:35:01 CEST 2005


On Tuesday 31 May 2005 09:23, Arunie wrote:
> ./testExample.py
> make: ./testExample.py: Command not found
> And so I figured since ./testExample.py isn't going properly, I run the
> command: python testExample.py

If I am not mistaken you try to run the Python script directly and it does not 
work and if you run it with the python interpreter it works?

Could be any of the following:

- file is not executable (check if the x bit is set)

- file does not contain the line
#!/usr/bin/python
  as the first line

- file is not in the the current directory/search path during execution.

Lothar Werzinger
-- 
Lothar Werzinger Dipl.-Ing. Univ.
framework & platform architect
Xcerla Corporation
275 Tennant Avenue, Suite 202
Morgan Hill, Ca 95037
email: lothar at xcerla.com
phone: +1-408-776-9018



More information about the Cplusplus-sig mailing list