hi,
   i wanna run a python program by specifying  only its  name ex prog with
the arguments in the terminal or command line instead of specifying python
prog in the terminal to run the program   not even specifying the it with
.py extension ..
for example i want to run the python program named prog by sepcifying
$prog -arguments
instead of
$python prog -arguments
or
$prog.py -arguments
can anyone tell me how to do it
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to