Re: [pygame] py2exe, MSVCR71.dll and InnoSetup

2010-10-29 Thread Brian Fisher
There is no real problem here - this old concern of illegally distributing MSVCR71.dll with python has always been fear, uncertainty and doubt with no real foundation for concern. If you are distributing MSVCR71.dll along with python (which you are), the license that allows the python developers

[pygame] py2exe, MSVCR71.dll and InnoSetup

2010-10-25 Thread Johannes Charra
Hi, How do I distribute my Python game to Windows users without illegally distributing the MSVCR71.dll? As far as my research went, one might e.g. build an InnoSetup installer which will include the installation of the MS Visual C++ 2005 Redistributable package. I tried that, but my game