Help on Python SPE and Executable File
Author |
Message |
Aman
|
Posted: Sat Jun 14, 2008 10:46 am Post subject: Help on Python SPE and Executable File |
|
|
Hi, I have 2 questions that I'd appreciate if someone were to help me with.
1. How do you get SPE? I've been looking for it at Python's website, but I don't find it.
2. If you have a game in a folder, comprising of several programs and folders and pictures (possibly music),
how do you turn all that into an executable file that you could send to other people?
- Thanks |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Zeroth
|
|
|
|
|
Aman
|
Posted: Sat Jun 14, 2008 9:54 pm Post subject: RE:Help on Python SPE and Executable File |
|
|
When I tried to download SPE, all I got was a zipped file, which contained a bunch of files, progra,s, and pics. How do I get install it, get it running ??? |
|
|
|
|
|
Zeroth
|
|
|
|
|
Aziz
|
Posted: Mon Jun 16, 2008 3:04 pm Post subject: RE:Help on Python SPE and Executable File |
|
|
Oh hand holding
By the way, the Python Tutorials covers py2exe I'm pretty sure. |
|
|
|
|
|
Bobrobyn
|
Posted: Mon Jun 16, 2008 10:17 pm Post subject: RE:Help on Python SPE and Executable File |
|
|
Thanks for this post. I didn't know about Python SPE, so I installed it...and I like it. |
|
|
|
|
|
Zeroth
|
Posted: Tue Jun 17, 2008 8:05 am Post subject: Re: Help on Python SPE and Executable File |
|
|
It is pretty nice, and cross platform. It also starts up nice and quickly. If you wanted to use the latest version, you could install it manually.
1. Copy contents of _spe folder to _spe folder in Program Files
2. Create a shortcut to SPE.py
3. Place shortcut wherever you like.
And its installed. well, as much installation as you need to do. If you are more of an expert user of windows you could always add spe to the file associations for .py and .pyw so you can right click and open the file in spe. That is an exercise left for the reader. [/list] |
|
|
|
|
|
|
|