On 01/07/12 23:22, mjoll wrote:
I too am having the same problems i have fc17 and i use yum install
pygame to install it!!
You might be better asking on the pygame mailing list/forum.
BTW Its a bad idea to reply to a 6 month old post even if it is a
similar issue, anyone using a threaded
I too am having the same problems i have fc17 and i use yum install
pygame to install it!!
--
View this message in context:
http://python.6.n6.nabble.com/Tutor-Pygame-installation-problems-tp4935611p4980266.html
Sent from the Python - tutor mailing list archive at Nabble.com
Osemeka Osuagwu wrote:
Hi,
I started learning Python recently, having only very little programming
experience. I installed Pygame and tried using
How did you install it?
What operating system are you using?
import pygame
to test the installation and got the following error in return;
Tr
I would google 'pygame download' and look at the first hit. You are right
to add the import but you need to download the files still.
On Friday, April 27, 2012, Osemeka Osuagwu wrote:
> Hi,
> I started learning Python recently, having only very little programming
> experience. I installed Pygame
Hi,
I started learning Python recently, having only very little programming
experience. I installed Pygame and tried using
>import pygame
to test the installation and got the following error in return;
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named pygame