Teen Programmers Unite  
 

 

Return to forum top

PYTHON

Posted by triplec1986 [send private reply] at January 23, 2002, 03:59:06 PM

Is it possible to create EXE'S with python?

Posted by vladimir_l [send private reply] at January 23, 2002, 04:33:26 PM

http://directory.google.com/Top/Computers/Programming/Languages/Python/ I am sure you'll find something juicy to bite into there !

Posted by Mike_L [send private reply] at January 27, 2002, 02:51:18 AM

Python is an interpreted language. It is possible to make a single executable file that contains the python interpreter, your python scripts, and all modules that your scripts require. There is a module that will make such packages for you... I'm trying to remember the name. I think it is `distutils' or something along those lines.

Anyway I made some fun little demos with Python and the pygame modules. I managed to package them into a single exe. There is a guide in the Documentation section of www.pygame.org.

-Mike_L

You must be logged in to post messages and see which you have already read.

Log on
Username:
Password:
Save for later automatic logon

Register as a new user
 
Copyright TPU 2002. See the Credits and About TPU for more information.