I was playing the the Python\'s import system in order to understand better how it works, and I encountered another problem. I have the following structure
I found this solution:
#! /usr/bin/env python import os import sys sys.path.append(os.path.realpath('.')) from d import *