aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-27 21:41:01 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-27 21:41:01 +0200
commit2d89864232e3505877d75b8ab422a3583714399a (patch)
tree1e58d0e0006b54974e0539f03edc3474e54322f1 /README
parentdb4f1be706848c3effb225a61cc9cc4be6121b99 (diff)
downloadwww-2d89864232e3505877d75b8ab422a3583714399a.tar.gz
www-2d89864232e3505877d75b8ab422a3583714399a.zip
fix py import issue
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 0 insertions, 23 deletions
diff --git a/README b/README
index d5b2362f..672db43e 100644
--- a/README
+++ b/README
@@ -4,27 +4,4 @@ Requires python3-jinja2 and python3-babel.
4 4
5Run "make" to build the HTML. 5Run "make" to build the HTML.
6 6
7*** Bug report:
8
9pybabel extract -F locale/babel.map -o locale/messages.pot .
10extracting messages from about.html.j2 (lstrip_blocks="True", trim_blocks="True", encoding="utf-8")
11Traceback (most recent call last):
12 File "/usr/lib/python-exec/python3.5/pybabel", line 11, in <module>
13 load_entry_point('Babel==2.5.3', 'console_scripts', 'pybabel')()
14 File "/usr/lib64/python3.5/site-packages/babel/messages/frontend.py", line 908, in main
15 return CommandLineInterface().run(sys.argv)
16 File "/usr/lib64/python3.5/site-packages/babel/messages/frontend.py", line 832, in run
17 return cmdinst.run()
18 File "/usr/lib64/python3.5/site-packages/babel/messages/frontend.py", line 467, in run
19 for filename, lineno, message, comments, context in extracted:
20 File "/usr/lib64/python3.5/site-packages/babel/messages/extract.py", line 157, in extract_from_dir
21 dirpath=absname,
22 File "/usr/lib64/python3.5/site-packages/babel/messages/extract.py", line 212, in check_and_call_extract_file
23 strip_comment_tags=strip_comment_tags
24 File "/usr/lib64/python3.5/site-packages/babel/messages/extract.py", line 241, in extract_from_file
25 strip_comment_tags))
26 File "/usr/lib64/python3.5/site-packages/babel/messages/extract.py", line 294, in extract
27 func = getattr(__import__(module, {}, {}, [attrname]), attrname)
28ImportError: No module named 'i18nfix'
29make: *** [Makefile:12: locale/messages.pot] Error 1
30 7