Python question: require users to install libs?
If I want to distribute something made with pyglet, will I be able to package it into an app or will I need to make users install it? I'd rather it be the former. I'm doing active research on this, so if I find the answer, I'll post it here.
My web site - Games, music, Python stuff
You can do the former. I dunno how much work it'll be though
You can do py2app, or I think there is a compile option for python.
"compiled" python scripts don't run any faster or slower, but they start up faster, as all the work normally done in the beginning when you run a script is already completed. IIRC these "compiled" scripts include everything they need/reference
"compiled" python scripts don't run any faster or slower, but they start up faster, as all the work normally done in the beginning when you run a script is already completed. IIRC these "compiled" scripts include everything they need/reference
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Python for games? | DEV_JS | 2 | 723 |
Apr 12, 2013 05:15 PM Last Post: Evan Stallings |
|
| Allegro how the hell do you install it?? | Goomba | 8 | 9,762 |
Sep 23, 2011 11:48 AM Last Post: fudog |
|
| Python Compiler | wyrmmage | 3 | 3,109 |
Jul 30, 2009 10:14 PM Last Post: wyrmmage |
|
| Very stupid question about Python on OS X | Durandal | 10 | 6,321 |
Dec 17, 2008 09:33 AM Last Post: Duane |
|
| Text based RPG in Python | pipposanta | 7 | 6,226 |
Feb 27, 2008 09:10 AM Last Post: pipposanta |
|

