On Wed, Jun 24, 2009 at 11:52 AM, René Dudfield <[email protected]> wrote:
> On Wed, Jun 24, 2009 at 11:07 AM, Zack > Schilling<[email protected]> wrote: > > Other than a warning to delete the old camera module, everything seems to > be > > working fine here (Mac OS 10.5, Python 2.5). CPU usage is the same, > > surfarrays are working great (unlike in the current 1.8.1 release). > > Everything seems to be pretty good. I use Numpy and PyOpenGL a lot. No > > issues there. Thanks for your hard work on Pygame, I appreciate it. > > > > -Zack > > > > ah cool. I forgot about fixing the color warning thing - will fix > that. Thanks for testing it out. > > > cheers, > Well, I added some code to remove old files to the setup.py. I think it should remove old files for the msi installer, and the setup.py source based installer. I might see if I can hack up bdist_mpkg to remove the old files too - since it should be possible with mpkg using its scripts - it also doesn't support removing old files. Also commented out the warning - since the warning itself is likely to break things. The good news is that distutils is finally growing an uninstall feature. cu,
