Quote:
Originally Posted by v0id
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.