Opened 9 years ago
Closed 9 years ago
#5383 closed defect (invalid)
Translations compilation is run without pybabel
Reported by: | Boris Bobrov | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.9.0 |
Component: | programming | Keywords: | |
Cc: | paroneayea | Parent Tickets: |
Description
Make among other steps does the following things:
- compile translations
n+1. run setup.py.develop
To compile translations, babel needs to be installed. But it is installed only after setup.py develop.
One has to either manually install babel or not use the makefile (which is the recommended way).
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
It seems that the step with installing dependencies failed and babel was not installed. But when ran again, make
does not recreate virtual env and does not run setup.py.
This may be similar to #5019.