brisvag / gibberify

Gibberify is a simple gibberish generator that translates words from a real language to a pronounceable gibberish.
GNU General Public License v3.0
19 stars 6 forks source link

Can't find dicts file #21

Closed mjtadema closed 5 years ago

mjtadema commented 5 years ago

Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "/usr/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/matthijs/gibberify/gibberify/main.py", line 55, in main() File "/home/matthijs/gibberify/gibberify/main.py", line 42, in main with open(os.path.join(data, 'dicts.json')) as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/matthijs/gibberify/gibberify/data/dicts.json'

And eh well.. it's indeed not there.. I also don't see it in your repo. Maybe you forgot to add it?

brisvag commented 5 years ago

I took back the release because I messed up some things with the building.

The build you are using as actually an old version that is now broken: I removed all the stuff in the /data directory from the repo's history, because that was a mistake since the start. Too heavy, not supposed to be in the repo in the first place.

I will mark the first release as broken to make sure other people don't have that problem!