Edgewall Software

Opened 8 years ago

Last modified 8 years ago

#12391 closed enhancement

No languages available when installing Trac as wheel — at Initial Version

Reported by: Ryan J Ollos Owned by:
Priority: normal Milestone: 1.0.11
Component: i18n Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When Trac is install as a wheel, the default when using pip, the languages aren't available.

$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.

$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

Change History (0)

Note: See TracTickets for help on using tickets.