rucker / dotfiles-manager

A script to compile your dotfiles!
MIT License
8 stars 0 forks source link

Broken relative imports #46

Closed rucker closed 6 years ago

rucker commented 6 years ago

Symptom:

$ ./dfm.py ~
Traceback (most recent call last):
  File "./dfm.py", line 12, in <module>
    from dotfilesmanager import env
ModuleNotFoundError: No module named 'dotfilesmanager'

This issue is not present when calling dfm.py by its absolute path.

Analysis: The relative imports in the main package of this project are not correctly written.