[Tutor] Importing Pygame

Alan Gauld alan.gauld at btinternet.com
Wed Jan 29 02:22:14 CET 2014


On 28/01/14 20:47, Glenn Lester wrote:
> I think you typed a comma instead of a period when you coded import
> pygame.sys
> Or it may be my display. Check it out.

No, it was deliberate. He was importing pygame *and* sys.
A comma separated import list is fine.

I agree with Dave it looks like there are two Python installs
fighting with each other somewhere. One has PyGame installed
the other doesn't (or can't see it).

But we need more details to be sure.


-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.flickr.com/photos/alangauldphotos



More information about the Tutor mailing list