Custom Query (1174 matches)
Results (265 - 267 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #5019 | cant-reproduce | make fails without pybabel | ||
| Description |
Trying to compile a fresh install of latest master results in an error if pybabel isn't installed on the system. (mediagoblin-0.8.0) ~/mediagoblin-0.8.0 $ make ./devtools/compile_translations.sh ./devtools/compile_translations.sh: line 40: pybabel: command not found Makefile:118: recipe for target 'i18n' failed make: *** [i18n] Error 127 |
|||
| #5017 | fixed | Make Python 3 a first class citizen | ||
| Description |
So, we have Python 3 support, but I wouldn't say that it's a "first class citizen" at present. In our next release (0.9.0 or maybe even sooner) we should be able to thoroughly recommend to users that they use Python 3. The main trouble with this at present is related to #978, that gunicorn doesn't quite work with our deployment setup smoothly. We need to figure out how to solve this, whether using gunicorn or some other solution. |
|||
| #5015 | invalid | No such file or directory: 'mediagoblin/_version.py' | ||
| Description |
A user in IRC reported that trying to build against latest git master results in: IOError: [Errno 2] No such file or directory: 'mediagoblin/_version.py' when making ./bin/python setup.py develop
|
|||
