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?
#6
Did you call one of your programs pygame.py ?
Because it will try to import from that over pygame site package.

If not. Maybe some info will help.
import sys
import pygame
print(pygame.version)
print(sys.version)

This will print alot of data. about 1 to 2 terminal pages worth.
print(dir(pygame))
99 percent of computer problems exists between chair and keyboard.
Reply


Messages In This Thread
RE: Apparently module has no attribute display? - by Windspar - Dec-17-2017, 04:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] Apparently module has no attribute display? Angelo26 1 2,073 Mar-11-2020, 07:14 PM
Last Post: nilamo
  [split] Apparently module has no attribute display? Kolterdyx 1 2,917 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