Python Forum
[PyGame] Apparently module has no attribute display? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Game Development (https://python-forum.io/forum-11.html)
+--- Thread: [PyGame] Apparently module has no attribute display? (/thread-7000.html)

Pages: 1 2 3


RE: Apparently module has no attribute display? - Windspar - Dec-18-2017

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()



RE: Apparently module has no attribute display? - Klar - Dec-18-2017

I installed it with pip.


RE: Apparently module has no attribute display? - metulburr - Dec-18-2017

I feel like i am pulling teeth.

with a wheel you downloaded or just pip install pygame?


RE: Apparently module has no attribute display? - Windspar - Dec-18-2017

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


RE: Apparently module has no attribute display? - Klar - Dec-18-2017

Pip install pygame. I have a wheel. I will try the wheel.


RE: Apparently module has no attribute display? - metulburr - Dec-18-2017

what was the output of pip install pygame?


RE: Apparently module has no attribute display? - Windspar - Dec-19-2017

Do have sdl 1.2 c libs install ?

wxpython and pygame requires c libraries.
Without them they are not going to work.


RE: Apparently module has no attribute display? - Klar - Dec-20-2017

I did some things [i can specify if you want] and now it works!


RE: Apparently module has no attribute display? - metulburr - Dec-20-2017

Quote:[i can specify if you want]
please do


RE: Apparently module has no attribute display? - Windspar - Dec-20-2017

Please specify! I am curious what was wrong.