Python Forum
[PyGame] Installation problems
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyGame] Installation problems
#3
Thank you, this is what I have done:

From www.python.org/downloads/release/python-352/   I downloaded:  Windows x86 executable installer making sure I changed the path to go directly to the C: which looks like: C:\Python35-32,  drive as suggested.

I tested this by opening idle and all seemed good. 

I then added the file: pygame-1.9.2-cp35-cp35m-win32 (2).whl directly to the C: drive as well.

I then went into idle and typed:  import pygame

The following error came up:

>>> import pygame

Traceback (most recent call last):

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

    import pygame

ImportError: No module named 'pygame'
>>> 

I am missing something! Should the pygame file go into the Python35-32 folder?

Sorry to be a pain. I really do need to get this so I will keep persisting, hopefully with your very much appreciated help.

Also when  went to install YOURWHEEL in the command prompt this came up: "could not find a version that satisfies the requiment YOURWHEEL (from version: ) No matching distribution found for YOURWHEEL.
You are using pip version 8.1.1, however version 9.0.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command."

I will try and do this now.

I have installed the new version of pip however it is sitting:  C:\Users\Owner\AppData\Local\pip

Should I move this folder direct to the C: drive?

When I went through the command prompt to install pip again I get this:

"Could not find a version that satisfied the requirement YOURWHEEL. (from versions: )
No matching distribution found for YOURWHEEL"


Is this because it is not located directly on the C: drive like Python35-32 is?
Reply


Messages In This Thread
Installation problems - by leap - Jan-09-2017, 01:27 AM
RE: Installation problems - by metulburr - Jan-09-2017, 01:58 AM
RE: Installation problems - by leap - Jan-09-2017, 04:36 AM
RE: Installation problems - by snippsat - Jan-09-2017, 06:19 AM
RE: Installation problems - by leap - Jan-09-2017, 11:26 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  pygame installation problems Gheryk 5 8,702 Nov-29-2023, 08:49 PM
Last Post: E_Mohamed

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020