[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame.Joystick Broken in 1.8.1?




On Thu, May 14, 2009 at 3:48 PM, René Dudfield <renesd@xxxxxxxxx> 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