Greg Lindstrom wrote:
> Eric Brunson wrote:
>   
>> What does the command "which python" say?
>>     
> [EMAIL PROTECTED] ~ $ which python
> /usr/bin/python
>
> HTH,
> --greg
>
>
>   

Wow, Gentoo sucks more than I thought.  ;-)

I can't think of why that wouldn't work, unless you have some odd, 
non-printing character at the end of your interpreter line.

Do other interpreters work?

Try:

#!/usr/bin/perl
print "Perl Sucks!!!\n";

or:

#!/usr/bin/expect
puts "I hate TCL"


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to