Python Forum
ModuleNotFoundError when application is not installed via setup.py
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ModuleNotFoundError when application is not installed via setup.py
#4
No, your fix is not standard practice. If 'runner.py' contains this
from dpp.core...
it means that runner.py is designed to run on a system where the dpp module is installed. The normal command to install dpp is pip. You shouldn't need to change the module's code to make it work on your system.

You could also consider creating a symbolic link
Output:
/directory/on/the/python/path/dpp -> /path/to/directory/decoder-plus-plus
You can also manipulate sys.path from within a sitecustomize.py or usercustomize.py file.
Reply


Messages In This Thread
RE: ModuleNotFoundError when application is not installed via setup.py - by Gribouillis - Jan-08-2021, 10:28 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Libraries installed with pipenv, but ModuleNotFoundError returned jpncsu 2 3,058 Sep-06-2021, 07:24 PM
Last Post: jpncsu
  How to send data from a python application to an external application aditya_rajiv 1 2,211 Jul-26-2021, 06:00 AM
Last Post: ndc85430
  Cannot package application using pip; ModuleNotFoundError axcore 0 1,612 Jan-28-2020, 01:08 PM
Last Post: axcore
  Trying to setup Python application, odd error Yoshimaster96 6 6,776 Oct-01-2017, 11:32 PM
Last Post: magnet

Forum Jump:

User Panel Messages

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