Need compile python code

Bjoern Schliessmann usenet-mail-0306.20.chr0n0ss at spamgourmet.com
Sat Sep 23 08:29:29 EDT 2006


mistral wrote:

> Need compile python code, source is in html and starts with
> parameters:

Excuse me?

> #!/bin/sh -
> "exec" "python" "-O" "$0" "$@" 

Is the line break intended?

> I have installed ActivePython for windows.

What exactly do you want?

Python code is always compiled (to byte code) before it's run.

Regards,


Björn

-- 
BOFH excuse #359:

YOU HAVE AN I/O ERROR -> Incompetent Operator error




More information about the Python-list mailing list