python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ModuleNotFoundError with importlib.import_module for submodule
(my english is really bad sorry)
I write a OOP code and I want a main file who import (auto with importlib) some "templates" to execute. Every templates have a "main file" and othe...
n0ne
Votes: 0
Answers: 1
ModuleNotFoundError: No module named 'qdarkstyle.colorsystem' in Ubuntu Spyder 5.3.0
I have recently installed Ubuntu to try out its usage and efficiency with Spyder. Currently, after using pip to install the latest version of Spyder(5.3.0), I got this error while trying to open it in...
user16836078
Votes: 0
Answers: 1
No module named "pygame" after using pip
I am a beginner and I want to work with the pygame module. I have already used pip install to install pygame and it says so on my command prompt. On my command prompt it says:
Requirement already sati...
António Rebelo
Votes: 0
Answers: 2
Importing picamera2 works in CLI bot in Thonny IDE
I have successfully installed picamera2 using this tutorial and I am able to run a script just fine from CLI. The script:
from picamera2.picamera2 import *
from time import sleep
picam2 = Picamera2()...
Michael Kročka
Votes: 0
Answers: 1