Comment 6 for bug 1023153

Revision history for this message
Markus Bader (maxbader) wrote :

Hi you can just recompile the pkg

cd /tmp
sudo apt-get build-dep pygame
apt-get source pygame
vim pygame-1.9.1release+dfsg/src/joystick.c
--> remove or command the printf messages out line 204 and 244
apt-get source --compile pygame
sudo dpkg -i python-pygame_1.9.1release+dfsg-9ubuntu1_amd64.deb

Greetings
Max