Opened 8 years ago

Closed 8 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:

  1. 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 ayleph, 8 years ago

This may be similar to #5019.

comment:2 by Boris Bobrov, 8 years ago

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.