mxCGIPython

Steve Holden sholden at holdenweb.com
Wed Apr 24 15:29:24 EDT 2002


"Mark McEahern" <mark at mceahern.com> wrote ...
> Hi, I found this wonderful site:
>
>   http://www.egenix.com/files/python/mxCGIPython.html
>
> However, when I try to gunzip this file, I get this message:
>
>   $ gunzip -f cgipython-2.2-Linux-2.2.19-i686-with-debian-2.2.gz
>   gunzip: cgipython-2.2-Linux-2.2.19-i686-with-debian-2.2.gz: not in gzip
> format
>
> This happens both on Cygwin and on Linux.  Any ideas?
>

$ file cgi*
cgipython-2.2-Linux-2.2.19-i686-with-debian-2.2.gz: ELF 32-bit LSB
executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared
libs), stripped


tells me it's an executable. Your browser has probably expanded it (without
renaming) on the fly. Try removing the .gz extension and running it (I
can't - I did the "file" under cygwin, which won't execute it, and quite
right too).

but-don't-blame-me-if-it's-a-bomb-ly y'rs  - steve
--

home: http://www.holdenweb.com/
Python Web Programming:
http://pydish.holdenweb.com/pwp/








More information about the Python-list mailing list