Parent module '' not loaded
sharadm20 opened this issue · 1 comments
sharadm20 commented
When running gui this error came.
Traceback (most recent call last):
File "ln2sql/ln2sql_gui.py", line 6, in
from .ln2sql import Ln2sql
SystemError: Parent module '' not loaded, cannot perform relative import
Any Solution?
Rafaeltheraven commented
Try running the ln2sql.main module one folder up. Relative paths can be weird, but that worked for me.