Question:

How do I distribute Python files?

by  |  earlier

0 LIKES UnLike

How do I distribute python files to people who do not have python and pygame installed?

 Tags:

   Report

2 ANSWERS


  1. You can convert your game into a Windows executable using py2exe, then send the executable file to your friend.  I also believe there is a way to run python on the web using Google, but I forget the details.  


  2. http://www.python.org/download/

    latest is Python 2.5.2

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions