Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (265 - 267 of 1174)

Ticket Resolution Summary Owner Reporter
#5019 cant-reproduce make fails without pybabel ayleph
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 Christopher Allan Webber
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' ayleph
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

_version.py was removed in https://gitorious.org/mediagoblin/mediagoblin/commit/e6121708e5d1297f92fcecfa4025b222e805c743 to be generated via configure.ac, but this appears to break setup.py (unless someone runs make first?).

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.