Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #104802

Interaction between pygame and python

From "Tyson" <ttyson@d3ce.org>
Newsgroups comp.lang.python
Subject Interaction between pygame and python
Date 2016-03-13 17:52 -0400
Message-ID <mailman.89.1457944111.12893.python-list@python.org> (permalink)

Show all headers | View raw


I am having a lot of trouble getting python to find the pygame module; my
operating system is Windows 7.  Can you  offer any help?  . Should I
download pygame into the same folder as Python? . any ideas at all?

 

Python 3.5.1 (v3.5.1:37a07cee5969, Dec  6 2015, 01:38:48) [MSC v.1900 32 bit
(Intel)] on win32

Type "copyright", "credits" or "license()" for more information.

>>> import pygame

Traceback (most recent call last):

  File "<pyshell#0>", line 1, in <module>

   import pygame

ImportError: No module named 'pygame'

>>> import pygame, sys

Traceback (most recent call last):

  File "<pyshell#1>", line 1, in <module>

    import pygame, sys

ImportError: No module named 'pygame'

>>> 

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Interaction between pygame and python "Tyson" <ttyson@d3ce.org> - 2016-03-13 17:52 -0400
  Re: Interaction between pygame and python Rick Johnson <rantingrickjohnson@gmail.com> - 2016-03-14 09:53 -0700
    Re: Interaction between pygame and python Terry Reedy <tjreedy@udel.edu> - 2016-03-14 13:46 -0400
    Re: Interaction between pygame and python Ian Kelly <ian.g.kelly@gmail.com> - 2016-03-14 13:05 -0600
      Re: Interaction between pygame and python Rick Johnson <rantingrickjohnson@gmail.com> - 2016-03-14 15:58 -0700
        Re: Interaction between pygame and python Chris Angelico <rosuav@gmail.com> - 2016-03-15 10:12 +1100

csiph-web