Python Forum
IDLE not importing pygame (ok outside of IDLE)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IDLE not importing pygame (ok outside of IDLE)
#1
I do have pygame installed on my ubuntu 16.04 system. I know this because when I run the program outside of IDLE (or IDLE3) I get
the following from a .py file with nothing but "import pygame" in it.

"pygame 1.9.4
Hello from the pygame community. https://www.pygame.org/contribute.html"

However, when I run the same file from a shell invoked from within IDLE I get

"Traceback (most recent call last):
File "/home/tom/Downloads/projects/ZenvaCourse/Variables_Text.py", line 1, in <module>
import pygame
File "/usr/local/lib/python3.6/dist-packages/pygame/__init__.py", line 136, in <module>
from pygame.base import *
ImportError: No module named base"


I have not found a solution so far.

Thank You
Tom
Reply
#2
simple answer. Don't use IDLE. It;s not a good IDE (if you can call it that), and I don't know why python.org keeps including it as part of the package. You should consider:
my choices in order:
VSCode: (Not to be confused with Visual Studio)
or PyCharm:
or perhaps another:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Why can I not see the code correctly in Python IDLE.? Trump 8 660 Apr-04-2024, 07:47 AM
Last Post: jonesphedra
  problem with help(type(self)) in Idle akbarza 1 476 Dec-26-2023, 12:31 PM
Last Post: Gribouillis
  save a session in idle akbarza 5 754 Nov-06-2023, 08:36 AM
Last Post: snippsat
  [PROBLEM] Removing IDLE from context menu WebSpider 1 461 Sep-28-2023, 03:35 PM
Last Post: deanhystad
  Recommendations for IMAP Push/IDLE library MikeFlorida 0 820 Jul-15-2023, 05:19 PM
Last Post: MikeFlorida
  What is all the info in the info window in Idle? Pedroski55 3 682 Jul-08-2023, 11:26 AM
Last Post: DeaD_EyE
  create a default path with idle to a specific directory greybill 0 873 Apr-23-2023, 04:32 AM
Last Post: greybill
  Launch Python IDLE Shell from terminal Pavel_47 5 1,218 Feb-17-2023, 02:53 PM
Last Post: Pavel_47
  Python Idle won't start totalmachine 9 3,487 Oct-16-2022, 05:57 PM
Last Post: totalmachine
  Why is IDLE not opening on a MacOS Montery 12.6 and using Python 3.10.7? Merlin385 7 1,674 Oct-08-2022, 08:36 PM
Last Post: Merlin385

Forum Jump:

User Panel Messages

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