View Single Post
  #3 (permalink)  
Old 06-18-2007, 03:20 PM
annannienann annannienann is offline
Newbie
 
Join Date: Apr 2007
Posts: 11
Rep Power: 0
annannienann is on a distinguished road
Default

Quote:
Originally Posted by v0id View Post
That is a sometimes complicated task to do. Pythonscripts always requires Python to be installed, so when you are making an executablefile, then the executable will contain all the necessarily Python to make it run. It makes the executable both slow and big.

When that's said, here's a link:
FrontPage - py2exe.org
Thanks void, you really hit the nail on the head. I am currently pulling together all the techo know how to create my unit 6 course work for computering A2. You also led me to another website that allowed me to create installers easily so two birds with one stone there. Thanks.
Reply With Quote