Python Forum

Full Version: Apparently module has no attribute display?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
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()
I installed it with pip.
I feel like i am pulling teeth.

with a wheel you downloaded or just pip install pygame?
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
Pip install pygame. I have a wheel. I will try the wheel.
what was the output of pip install pygame?
Do have sdl 1.2 c libs install ?

wxpython and pygame requires c libraries.
Without them they are not going to work.
I did some things [i can specify if you want] and now it works!
Quote:[i can specify if you want]
please do
Please specify! I am curious what was wrong.
Pages: 1 2 3