Relative Content

Tag Archive for pythonpython-packaging

How to import packages for a non-CS audience?

First larger project which required the use of many packages, modules, etc. I’ve been reading the official Python documentation and answers here which talk about the “proper” way to organize packages, but there seems not to be a consensus. Suppose I have this directory:

No module found although it is installed

I made a python package and installed it to my device using pip. When I try to import the module named ProjectEngine with import ProjectEngine an error occurs saying