id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,branch,changelog,apichanges,internalchanges 12391,No languages available when installing Trac as wheel,Ryan J Ollos,Jun Omae,"When Trac is install as a wheel, the default when using pip, the languages aren't available. {{{#!sh $pip install trac Collecting trac Requirement already satisfied (use --upgrade to upgrade): Genshi>=0.6 in ./pve/lib/python2.7/site-packages (from trac) Requirement already satisfied (use --upgrade to upgrade): setuptools>=0.6b1 in ./pve/lib/python2.7/site-packages (from trac) Installing collected packages: trac Successfully installed trac-1.0.10 }}} However, if Trac is installed using the `--no-binary` option, languages are available. {{{#!sh $pip install --no-binary=trac trac Collecting trac Using cached Trac-1.0.10.tar.gz Requirement already satisfied (use --upgrade to upgrade): setuptools>=0.6b1 in ./pve/lib/python2.7/site-packages (from trac) Requirement already satisfied (use --upgrade to upgrade): Genshi>=0.6 in ./pve/lib/python2.7/site-packages (from trac) Skipping bdist_wheel for trac, due to binaries being disabled for it. Installing collected packages: trac Running setup.py install for trac ... done Successfully installed trac-1.0.10 }}}",enhancement,closed,normal,1.0.11,i18n,,normal,fixed,,,,Trac is distributed as a pure Python Wheel package.,,