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?
#15
Didnt realize you were on windows....

After you did install and are getting no method named init()....what was/is the output of the following in the python interpreter (assuming you re-install it and get the same issue again)
>>> import pygame
>>> pygame.__file__
what is the output of this in the python interpreter
>>> import sys
>>> sys.path
Recommended Tutorials:
Reply


Messages In This Thread
RE: Apparently module has no attribute display? - by metulburr - Dec-18-2017, 03:23 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