About 349,000 results
Open links in new tab
  1. ModuleNotFoundError: No module named 'fpdf' - Python Forum

    Apr 19, 2021 · ModuleNotFoundError: No module named 'fpdf' Python Forum Python Coding General Coding Help

  2. [FIXED] User-defined module: ModuleNotFoundError error in …

    Jun 1, 2021 · Dear all, My apologies in advance for such a simple question, but I've spent hours browsing on the Net w/o obtaining a solution. I am newbie to Python and coding, and I am …

  3. Problem with pymodbus - ModuleNotFoundError: No module …

    Nov 2, 2023 · Good afternoon. I installed a new server, installed pymodbus via pip, uploaded my scripts that worked on the old server, but when I start it, I get an error: ModuleNotFoundError: …

  4. Help with pyinstaller "No module named" - Python Forum

    Jun 15, 2023 · Hello, I'm trying to create a EXE file from my (Working) python code. When I try to run the exe file I get the error: Traceback (most recent call last): File 'Test_data.py', line 4, in …

  5. ModuleNotFoundError: No module named 'tkcalendar', Thonny, …

    Apr 6, 2025 · I'm trying to learn to use the tkCalendar but getting a 'ModuleNotFoundError: No module named 'tkcalendar''. I have installed it properly I believe, using pip, but when I try to …

  6. ModuleNotFoundError: No module named 'scipy.optimize'; 'scipy' …

    Jul 9, 2020 · ModuleNotFoundError: No module named 'scipy.optimize'; 'scipy' is not a package Python Forum Python Coding General Coding Help

  7. [SOLVED] Tkinter module not found - Python Forum

    Aug 5, 2022 · Hello team, So I installed tkinter using pip3 install tkBut when I try to run the following code import tkinter as tk root = tk.Tk() root.mainloop()I get the following error: …

  8. ModuleNotFoundError: No module named 'openai' - Python Forum

    Mar 19, 2025 · ModuleNotFoundError: No module named 'openai' Python Forum Python Coding Web Scraping & Web Development

  9. pyside6 module not found - Python Forum

    Aug 18, 2023 · Hello, I was writing a couple of programs under manjaro KDE. Now I've switched to ubuntu 23.04 and, when trying to run them, receive the following error: …

  10. ModuleNotFoundError: No module named 'requests'

    Oct 29, 2023 · Installed the requests module, but it is not there. Why?