[Pythonmac-SIG] Where's the output?

Kevin Altis altis@semi-retired.com
Tue, 30 Apr 2002 20:27:10 -0700


Did you check the Console? You're running from the Terminal, but depending
on how stdout and stderr are bound, output can go to the Console.

ka

> -----Original Message-----
> From: pythonmac-sig-admin@python.org
> [mailto:pythonmac-sig-admin@python.org]On Behalf Of SNYDER, BARRON F
> (AIT)
> Sent: Tuesday, April 30, 2002 6:58 PM
> To: 'Pythonmac-SIG@python.org'
> Subject: [Pythonmac-SIG] Where's the output?
>
>
>
> 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