Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18309
| Date | 2012-01-01 21:58 -0600 |
|---|---|
| From | Tim Chase <python.list@tim.thechases.com> |
| Subject | Idiot-proof installs for python+pygame+pyopenal+app |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4302.1325476699.27778.python-list@python.org> (permalink) |
I'm looking at developing some tools that involve pygame+pyopenal and would like to make cross-platform distribution as painless as possible. Is there a "best practice" for doing this without forcing the user to install Python, install (say) pip, pull down pygame & pyopenal and install those, install my (simple) app, and then finally run it? On Debian, installation of all the prerequisites would just be apt-get install pygame python-openal (which, via a local apt repository, I could flag as dependencies of my app and package it as .deb) but it gets hairier on Mac & Win32. -tkc
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Idiot-proof installs for python+pygame+pyopenal+app Tim Chase <python.list@tim.thechases.com> - 2012-01-01 21:58 -0600 Re: Idiot-proof installs for python+pygame+pyopenal+app alex23 <wuwei23@gmail.com> - 2012-01-02 17:41 -0800
csiph-web