thaines / helit

My machine learning/computer vision library for all of my recent papers, plus algorithms that I just like.
332 stars 149 forks source link

about the import path #12

Open hbrt opened 5 years ago

hbrt commented 5 years ago

I just begin to learn the Python,when I run the code in helit-master/handwriting/let$ python main.py ImportError: No module named line_graph.utils_gui.viewer. I don't quite understand the file like 'utils_gui' in only write '../../utils_gui/' ,how can the python find the path.