Linekio / getmyancestors

Get GEDCOM files from FamilySearch.org
Other
163 stars 40 forks source link

Cannot run at all #44

Closed marcusasplund closed 1 year ago

marcusasplund commented 1 year ago

Steps to reproduce: I tried to installl and run in 3 different env; mac, pc and linux and can't get it to run at all

Current behavior:

$ python3 getmyancestors.py

Traceback (most recent call last): File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "getmyancestors/__main__.py", line 1, in <module> from getmyancestors import getmyancestors File "getmyancestors/getmyancestors.py", line 14, in <module> from getmyancestors.classes.tree import Tree ModuleNotFoundError: No module named 'getmyancestors.classes'; 'getmyancestors' is not a package

Expected behavior: To execute as expected

Linekio commented 1 year ago

Hello, please try python3 -m getmyancestors or install executables with pip install .