Python Forum
[PyGame] Apparently module has no attribute display?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyGame] Apparently module has no attribute display?
#21
I see that he having trouble with wxpython and pygame.
Have you had any success installing any packages ?

In idle can you do this ?
Output:
>> import tkinter as tk >> tk.Tk()
99 percent of computer problems exists between chair and keyboard.
Reply
#22
I installed it with pip.
Reply
#23
I feel like i am pulling teeth.

with a wheel you downloaded or just pip install pygame?
Recommended Tutorials:
Reply
#24
We need to now your exact input. We both could had this fix in less then 5 minutes. If we had access to your computer. The computer will gives us all the feed back that we need to know. We can't tell if you made a typo or error happen during pip install. We need the feedback !

I don't know if you need admin rights to use pip on vista.
did you do
Output:
pip install pygame
or
Output:
pip install pygame wheel
or
Output:
admin pip install pygame
# etc
99 percent of computer problems exists between chair and keyboard.
Reply
#25
Pip install pygame. I have a wheel. I will try the wheel.
Reply
#26
what was the output of pip install pygame?
Recommended Tutorials:
Reply
#27
Do have sdl 1.2 c libs install ?

wxpython and pygame requires c libraries.
Without them they are not going to work.
99 percent of computer problems exists between chair and keyboard.
Reply
#28
I did some things [i can specify if you want] and now it works!
Reply
#29
Quote:[i can specify if you want]
please do
Recommended Tutorials:
Reply
#30
Please specify! I am curious what was wrong.
99 percent of computer problems exists between chair and keyboard.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] Apparently module has no attribute display? Angelo26 1 1,951 Mar-11-2020, 07:14 PM
Last Post: nilamo
  [split] Apparently module has no attribute display? Kolterdyx 1 2,772 Sep-09-2018, 05:14 AM
Last Post: buran

Forum Jump:

User Panel Messages

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