[Pythonmac-SIG] Where's the output?

SNYDER, BARRON F (AIT) bs1535@sbc.com
Tue, 30 Apr 2002 21:58:22 -0400


I'm probably missing the obvious but when I run a simple script at the
command line, I see no output. What am I not doing?

My script is as simple as:

-----------------------------------
#! /sw/bin/python

print "hello"
-----------------------------------

At the command prompt %, I type: python hello.py
but I see no results and no errors! If I enter the python interpreter,
everything works fine. How do I run my script from the shell?

(btw, I running the Fink python installation)

feeling like an idiot,
Barron