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

locale is not a directory #18

Open
Buscher7173 opened this issue May 25, 2017 · 0 comments
Open

locale is not a directory #18

Buscher7173 opened this issue May 25, 2017 · 0 comments

Comments

@Buscher7173
Copy link

Buscher7173 commented May 25, 2017

I've been trying to do a fresh install for a few hours and this keeps comming up when I run ./bin/pserve development.ini

Traceback (most recent call last): File "./bin/pserve", line 11, in <module> load_entry_point('pyramid==1.7', 'console_scripts', 'pserve')() File "/root/yith/env/lib/python2.7/site-packages/pyramid-1.7-py2.7.egg/pyramid/scripts/pserve.py", line 60, in main return command.run() File "/root/yith/env/lib/python2.7/site-packages/pyramid-1.7-py2.7.egg/pyramid/scripts/pserve.py", line 371, in run global_conf=vars) File "/root/yith/env/lib/python2.7/site-packages/pyramid-1.7-py2.7.egg/pyramid/scripts/pserve.py", line 406, in loadapp return loadapp(app_spec, name=name, relative_to=relative_to, **kw) File "/root/yith/env/lib/python2.7/site-packages/PasteDeploy-1.5.2-py2.7.egg/paste/deploy/loadwsgi.py", line 247, in loadapp return loadobj(APP, uri, name=name, **kw) File "/root/yith/env/lib/python2.7/site-packages/PasteDeploy-1.5.2-py2.7.egg/paste/deploy/loadwsgi.py", line 272, in loadobj return context.create() File "/root/yith/env/lib/python2.7/site-packages/PasteDeploy-1.5.2-py2.7.egg/paste/deploy/loadwsgi.py", line 710, in create return self.object_type.invoke(self) File "/root/yith/env/lib/python2.7/site-packages/PasteDeploy-1.5.2-py2.7.egg/paste/deploy/loadwsgi.py", line 146, in invoke return fix_call(context.object, context.global_conf, **context.local_conf) File "/root/yith/env/lib/python2.7/site-packages/PasteDeploy-1.5.2-py2.7.egg/paste/deploy/util.py", line 55, in fix_call val = callable(*args, **kw) File "/root/yith/env/lib/python2.7/site-packages/yith_library_server-0.4-py2.7.egg/yithlibraryserver/__init__.py", line 188, in main config.add_translation_dirs('yithlibraryserver:locale/') File "/root/yith/env/lib/python2.7/site-packages/pyramid-1.7-py2.7.egg/pyramid/util.py", line 574, in wrapper result = wrapped(self, *arg, **kw) File "/root/yith/env/lib/python2.7/site-packages/pyramid-1.7-py2.7.egg/pyramid/config/i18n.py", line 87, in add_translation_dirs directory) pyramid.exceptions.ConfigurationError: "/root/yith/env/lib/python2.7/site-packages/yith_library_server-0.4-py2.7.egg/yithlibraryserver/locale/" is not a directory
Thanks in advance!
Jacob

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

No branches or pull requests

1 participant