compiling .cgi files

carlhiga at yahoo.com carlhiga at yahoo.com
Wed Jan 10 17:38:25 EST 2001


Thanks, 

That sounds like the way to go. I'll give it a try. Either that or 
I'll have to negotiate with the hosting ISP to turn on the 'py'/'pyc' 
postfix for cgi's. Not sure if they'll go for that.

--- In python-list at egroups.com, Gerhard Häring 
<gerhard.nospam at b...> 
wrote:
> As a quick hack, you could write a wrapper script like this:
> 
> wrap.cgi:
> #!/bin/sh
> python realscript.pyc
> 
> I can't think of any other way, apart from hacking the Python source
> itself.
> 
> Gerhard





More information about the Python-list mailing list