Working on Learning required Libs
So i've been trying to figure out what libs to use and to get the package ready for playing.. you know creating the exe for windows and such.- installing required libs [check]
- checking if py2exe works with required libs [check]
- getting the dist scripts ready [check]
(log in to comment)
Comments
btw.. did you guys know about pyinstaller??
sounds like it could be very useful.. trying to test it out now..
Since I don't have the time to learn pyglet (which seems lika great API to know), I'm gonna go for pygame this time. I usually use py2exe for the windows platform, but for ubuntu (which is my main OS at home and thus game development environment) I usually build a small "install_dep"-script in the root of the app, that does the appropriate "sudo apt-get"-commands.
When sudo'ing inside the script, the user gets a "password"-prompt, so technically there is no security risc or anything.
objarni on 2010/03/25 18:59:
Seems like a good idea to finish such things *before* the challenge. Thanks for enlightening me! :)BTW what are the "dist scripts"?
What libs will you be using?