[pygame] BUG: Windows - Pygame 1.9.1 with Python 2.6.4 doesn't install correctly

2009-11-10 Thread Thomas Ibbotson
I'm using the pygame-1.9.1.win32-py2.6.msi installer with a fresh install of Python2.6. Pygame is not installed correctly, and creates C:\Lib and C:\Include directories. I can manually move these into my Python26 folder to fix this. I don't have an APPDATA environment variable set, perhaps

Re: [pygame] BUG: Windows - Pygame 1.9.1 with Python 2.6.4 doesn't install correctly

2009-11-10 Thread René Dudfield
On Tue, Nov 10, 2009 at 3:33 PM, Thomas Ibbotson thomas.ibbot...@gmail.com wrote: I'm using the pygame-1.9.1.win32-py2.6.msi installer with a fresh install of Python2.6. Pygame is not installed correctly, and creates C:\Lib and C:\Include directories. I can manually move these into my Python26

Re: [pygame] BUG: Windows - Pygame 1.9.1 with Python 2.6.4 doesn't install correctly

2009-11-10 Thread Thomas Ibbotson
René Dudfield wrote: On Tue, Nov 10, 2009 at 3:33 PM, Thomas Ibbotson thomas.ibbot...@gmail.com wrote: I'm using the pygame-1.9.1.win32-py2.6.msi installer with a fresh install of Python2.6. Pygame is not installed correctly, and creates C:\Lib and C:\Include directories. I can manually move

Re: [pygame] BUG: Windows - Pygame 1.9.1 with Python 2.6.4 doesn't install correctly

2009-11-10 Thread Thomas Ibbotson
Thomas Ibbotson wrote: René Dudfield wrote: On Tue, Nov 10, 2009 at 3:33 PM, Thomas Ibbotson thomas.ibbot...@gmail.com wrote: I'm using the pygame-1.9.1.win32-py2.6.msi installer with a fresh install of Python2.6. Pygame is not installed correctly, and creates C:\Lib and C:\Include

Re: [pygame] BUG: Windows - Pygame 1.9.1 with Python 2.6.4 doesn't install correctly

2009-11-10 Thread René Dudfield
On Tue, Nov 10, 2009 at 4:48 PM, Thomas Ibbotson thomas.ibbot...@gmail.com wrote: Thomas Ibbotson wrote: René Dudfield wrote: On Tue, Nov 10, 2009 at 3:33 PM, Thomas Ibbotson thomas.ibbot...@gmail.com wrote: I'm using the pygame-1.9.1.win32-py2.6.msi installer with a fresh install of

Re: [pygame] BUG: Windows - Pygame 1.9.1 with Python 2.6.4 doesn't install correctly

2009-11-10 Thread René Dudfield
one more question... are you on 32bit windows? On Tue, Nov 10, 2009 at 7:02 PM, René Dudfield ren...@gmail.com wrote: hi again, Thanks for your testing. I guess it'll be somewhere in the python msilib, or bdist_msi source...    

Re: [pygame] BUG: Windows - Pygame 1.9.1 with Python 2.6.4 doesn't install correctly

2009-11-10 Thread René Dudfield
I guess another question would be, if it works for other packages? eg, does the numpy msi work for you ok? cheers, On Tue, Nov 10, 2009 at 7:03 PM, René Dudfield ren...@gmail.com wrote: one more question... are you on 32bit windows? On Tue, Nov 10, 2009 at 7:02 PM, René Dudfield

Re: [pygame] BUG: Windows - Pygame 1.9.1 with Python 2.6.4 doesn't install correctly

2009-11-10 Thread René Dudfield
hi again, Thanks for your testing. I guess it'll be somewhere in the python msilib, or bdist_msi source... http://svn.python.org/projects/python/trunk/Lib/distutils/command/bdist_msi.py http://svn.python.org/projects/python/trunk/Lib/msilib/ I haven't got time to look into it now.

Re: [pygame] BUG: Windows - Pygame 1.9.1 with Python 2.6.4 doesn't install correctly

2009-11-10 Thread Thomas Ibbotson
René Dudfield wrote: On Tue, Nov 10, 2009 at 4:48 PM, Thomas Ibbotson thomas.ibbot...@gmail.com wrote: Thomas Ibbotson wrote: René Dudfield wrote: On Tue, Nov 10, 2009 at 3:33 PM, Thomas Ibbotson thomas.ibbot...@gmail.com wrote: I'm using the

Re: [pygame] BUG: Windows - Pygame 1.9.1 with Python 2.6.4 doesn't install correctly

2009-11-10 Thread Thomas Ibbotson
René Dudfield wrote: one more question... are you on 32bit windows? Yes it is 32-bit windows. I guess another question would be, if it works for other packages? eg, does the numpy msi work for you ok? There only appears to be an amd64 numpy msi. I've had a look for other python packages