aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 25 insertions, 0 deletions
diff --git a/README b/README
index 1a614209..d5b2362f 100644
--- a/README
+++ b/README
@@ -3,3 +3,28 @@ Sourcecode for https://gnunet.org created from the https://taler.net code base.
3Requires python3-jinja2 and python3-babel. 3Requires python3-jinja2 and python3-babel.
4 4
5Run "make" to build the HTML. 5Run "make" to build the HTML.
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