On Thu, May 14, 2009 at 3:48 PM, René Dudfield <[email protected]> wrote:
> hi, > > you can see where pygame is installed with: > > >>> import pygame > >>> pygame.__file__ > '/usr/local/lib/python2.6/dist-packages/pygame/__init__.pyc' > >>> pygame.version.ver > '1.9.0pre' > > > You'll probably want to remove the whole pygame directory. Then install > again.cheers, That worked, thanks. -- - pymike
