Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test.py throws an error #8

Closed
Azeirah opened this issue Aug 24, 2014 · 1 comment · Fixed by #13
Closed

test.py throws an error #8

Azeirah opened this issue Aug 24, 2014 · 1 comment · Fixed by #13

Comments

@Azeirah
Copy link
Contributor

Azeirah commented Aug 24, 2014

Invoking python ./test.py on the commandline gives me the following error

Traceback (most recent call last):
  File "./test.py", line 7, in <module>
    from gooey import gooey
  File "/home/mb/Documents/python/Gooey/gooey/__init__.py", line 1, in <module>
    from gooey_decorator import Gooey
  File "/home/mb/Documents/python/Gooey/gooey/gooey_decorator.py", line 16, in <module>
    from gooey.gui.base_window import BaseWindow
  File "/home/mb/Documents/python/Gooey/gooey/gui/base_window.py", line 16, in <module>
    import header
  File "/home/mb/Documents/python/Gooey/gooey/gui/header.py", line 10, in <module>
    from gooey import i18n
  File "/home/mb/Documents/python/Gooey/gooey/i18n.py", line 37, in <module>
    _DICTIONARY = load(get_path(_LANG))
  File "/home/mb/Documents/python/Gooey/gooey/i18n.py", line 35, in load
    'translation file is in the languages directory, ')
IOError: [Errno Language file not found. Make sure that your ] translation file is in the languages directory, 
@blotzy
Copy link

blotzy commented Aug 25, 2014

I put in a pull request for this issue
#13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants