oh, sorry. I meant... Could we use the msi lib to delete all the old files somehow?
cu, On Tue, Jun 3, 2008 at 2:20 PM, Lenard Lindstrom <[EMAIL PROTECTED]> wrote: > Nothing is deleted. color.py is simply ignored by the Python interpreter. > > Lenard > > > René Dudfield wrote: >> >> cool. >> >> Maybe the new msi changes stuff make it delete all old files too? >> >> >> On Tue, Jun 3, 2008 at 12:01 PM, Lenard Lindstrom <[EMAIL PROTECTED]> wrote: >> >>> >>> Well it doesn't appear to matter. Extension modules take precedence over >>> pure Python modules of the same name. >>> >>> Lenard >>> >>> >>> >>> Lenard Lindstrom wrote: >>> >>>> >>>> That was it. I didn't run config.py first. But this will complicate >>>> things >>>> for upgrading. I doubt the distutils generated msi installer remove the >>>> old >>>> color.py module. >>>> >>>> Lenard >>>> >>>> >>>> René Dudfield wrote: >>>> >>>>> >>>>> hi, >>>>> >>>>> have you included the new color.c in your Setup ? >>>>> >>>>> >>>>> >>>>> On Tue, Jun 3, 2008 at 2:48 AM, Lenard Lindstrom <[EMAIL PROTECTED]> >>>>> wrote: >>>>> >>>>> >>>>>> >>>>>> Pygame is segfaulting on Windows. Importing Pygame fails: >>>>>> >>>>>> Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit >>>>>> (Intel)] >>>>>> on >>>>>> win32 >>>>>> Type "help", "copyright", "credits" or "license" for more information. >>>>>> >>>>>> >>>>>>>>> >>>>>>>>> import pygame >>>>>>>>> >>>>>>>>> >>>>>> >>>>>> Fatal Python error: (pygame parachute) Segmentation Fault >>>>>> >>>>>> >>>>>> Not very useful. When a Pygame application is run without a console >>>>>> the >>>>>> dialog box locates the fault in python.exe. Again not much help. I can >>>>>> only >>>>>> limit the problem to one of pixelarray.c, transform.c, image.c, >>>>>> draw.c, >>>>>> time.c, surface.c, font.c and imageext.c. These were all changed since >>>>>> the >>>>>> last working version of Pygame I compiled. >>>>>> >>>>>> >>> >>> > >