You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pot-create -c lingua.cfg i18n
Traceback (most recent call last):
File "/home/william/venv/pyramid-1.5/bin/pot-create", line 9, in <module>
load_entry_point('lingua==2.1', 'console_scripts', 'pot-create')()
File "/home/william/venv/pyramid-1.5/lib/python3.4/site-packages/lingua/extract.py", line 232, in main
for message in extractor(real_filename, options):
File "/home/william/venv/pyramid-1.5/lib/python3.4/site-packages/lingua/extractors/babel.py", line 23, in wrapper
for (lineno, _, msgid, comment) in extractor(fileobj, DEFAULT_KEYWORDS.keys(), (), None):
File "/home/william/venv/pyramid-1.5/lib/python3.4/site-packages/jinja2/ext.py", line 582, in babel_extract
for extension in options.get('extensions', '').split(','):
AttributeError: 'NoneType' object has no attribute 'get'
My env:
python 3.4.0
lingua 2.1
Babel 1.3
pyramid 1.5
lingua.cfg:
[extension:.jinja2]
plugin = babel-jinja2
The text was updated successfully, but these errors were encountered:
My env:
lingua.cfg:
The text was updated successfully, but these errors were encountered: