I would suggest that you uninstall pygame (sudo apt-get remove python-pygame) then update (sudo apt-get update) then install pygame again (sudo apt-get install python-pygame)
HTH -Pete 2008/11/20 Charlie Nolan <[EMAIL PROTECTED]>: > Ask the Ubuntu people about it. You need to install a different > version of pygame, and the exact mechanism is distro-specific. For > instance, Gentoo has python-updater, which can automatically upgrade > all your Python packages to the new version. > -FM > > On Wed, Nov 19, 2008 at 8:33 PM, yanom @linuxmail.org > <[EMAIL PROTECTED]> wrote: >> so i just download pygame source and install again? >>> ----- Original Message ----- >>> From: "René Dudfield" <[EMAIL PROTECTED]> >>> To: [email protected] >>> Subject: Re: [pygame] ugh! >>> Date: Wed, 19 Nov 2008 14:33:11 +1100 >>> >>> >>> you need to install pygame for python 2.6 too. >>> >>> Different versions of python don't share packages. >>> >>> cu, >>> >>> >>> On Wed, Nov 19, 2008 at 2:26 PM, yanom @linuxmail.org >>> <[EMAIL PROTECTED]>wrote: >>> >>> > oops! sorry! I accidentallly hit the enter key while typing in the subject >>> > box, and it sent the mail. >>> > What i ment to say was... >>> > ugh! upgrade problems. >>> > >>> > i upgraded my python from 2.5.2 from 2.6 by running every step of the >>> > install instruction as root on my Ubuntu. After i added 2.5.2's sys.path >>> > to >>> > 2.6's by adding an >>> > >>> > export PYTHONPATH=/all/of/:/the/paths/:/go/here/:$PYTHONPATH >>> > >>> > statement to my /etc/bash.bashrc, I logout, then log back in, and do: >>> > >>> > $ python >>> > >>> > (thus launching python 2.6) >>> > >>> > and do this: >>> > >>> > >>>import pygame >>> > >>> > And now it gets all cranky and says: >>> > >>> > no module named pygame. >>> > >>> > >>> > >>> > WHAT IS GOING ON??? >>> > > ----- Original Message ----- >>> > > From: "yanom @linuxmail.org" <[EMAIL PROTECTED]> >>> > > To: [email protected] >>> > > Subject: [pygame] ugh! >>> > > Date: Wed, 19 Nov 2008 11:16:01 +0800 >>> > > >>> > > >>> > > >>> > > >>> > > -- >>> > > Powered by Outblaze >>> > >>> > > >>> > >>> > >>> > = >>> > Moving & Storage >>> > San Antonio Moving & Storage Solutions. Family Owned & Operaged. >>> > >>> > http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=e1aa04af53120fba4eb2f9167d904912 >>> > >>> > >>> > -- >>> > Powered by Outblaze >>> > >> >>> >> >> >> = >> Bottled Water >> Custom label water Wholesale Prices Full Color labels no extra charge. >> http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=fb8e323691bfc76d884dfa6ed4a64ccb >> >> >> -- >> Powered by Outblaze >> >
