|
From: dman <ds...@ri...> - 2001-11-08 16:37:12
|
On Thu, Nov 08, 2001 at 11:02:57AM +0000, APARNA SHIVAKUMAR wrote: | Hi, | How do I make dot py file execute on the prompt. | I learning jython since 2 days, I have been able to run the applet when i | type the whole program on the prompt but unable to run the.py file... What OS are you using? If it is a *nix, $ chmod u+x foo.py $ ./foo.py Also, be sure that the first line of the file is #!/full/path/to/jython HTH, -D |