[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Pygame 1.8.0 for Windows doesn't actually work.



Cool, thanks Rene & Lenard, that approach seems to work well - I committed something that makes msi installers have the amus REINSTALLMODE rev 1250

On Mon, May 26, 2008 at 4:25 PM, Lenard Lindstrom <len-l@xxxxxxxxx> wrote:
You don't have to do anything that extreme. Just subclass bdist_msi in setup.py then add to the cmdclass dictionary as 'bdist_msi'. See the WinBuildExt and smart_install_data classes as examples.