Python Forum
Free Online IDE / Interpreter
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Free Online IDE / Interpreter
#1
I'm trying to get into game development, but for some reason I am unable to install pygame or any of its dependencies on my Chromebook, despite having Linux enabled and Python3 installed. I was wondering if there is a free online IDE / Interpreter that has all the Python libraries included, to allow me to run scripts that make use of these libraries? I've tried One Compiler and a couple others, but when I attempt to import pygame or other libraries, I get an error that says:

Error:
Traceback (most recent call last): File "main.py", line 1, in <module> import pygame ModuleNotFoundError: No module named 'pygame'
Any help would be very much appreciated.
buran write May-27-2024, 06:40 PM:
Please, use proper tags when post code, traceback, output, etc. This time I have added tags for you.
See BBcode help for more info.
Reply


Messages In This Thread
Free Online IDE / Interpreter - by Jameyson72 - May-27-2024, 04:26 PM
RE: Free Online IDE / Interpreter - by Gribouillis - May-27-2024, 06:26 PM
RE: Free Online IDE / Interpreter - by snippsat - May-27-2024, 08:04 PM
RE: Free Online IDE / Interpreter - by ebn852_pan - May-28-2024, 06:31 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with free online book Ummusabbar 4 3,883 Mar-11-2018, 12:34 PM
Last Post: Ummusabbar

Forum Jump:

User Panel Messages

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