LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   compiling Python scripts (https://www.linuxquestions.org/questions/linux-software-2/compiling-python-scripts-66002/)

lex1dr 06-16-2003 04:21 PM

compiling Python scripts
 
I've loaded a useful for me programme written in Python.
There is no any README or smth else included in the archive.
How can I compile python files(*.py)

!!!HLP PLZ!!! PS: I'm really need this application

Proud 06-16-2003 04:24 PM

You dont :)
Just run them. Python is an interactive interpreted language. You can get the .py in .pyc form which is a halfway bytecode compiled version, but not needed for use. :)


All times are GMT -5. The time now is 09:40 PM.