On Sat, 9 Nov 2002, Ian Clarke wrote:

> sh streamServer.py 1
> streamServer.py: line 3: from: command not found
> streamServer.py: line 8: syntax error near unexpected token `('
> streamServer.py: line 8: `class 
> fishStreamServer(BaseHTTPServer.BaseHTTPRequestHandler):'

redhat vs. debian issue again.  this one is harder to solve than the last
one.  on debian, python 2.2 is /usr/bin/python2.2.  on redhat, i'm
guessing it's /usr/bin/python instead.  the #! line at the top points to
/usr/bin/python2.2, since the app won't run under python2.1.  don't know
how to fix in a nice friendly way.

        - fish


_______________________________________________
devl mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to