id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 4688,Wrong 'TracWebAdmin' dependancy when installing on 0.11.3,Alexis de BRUYN,Sergei Luchko,"I am trying to install '''Ticket Comments Change Plugin''' on Trac 0.11.3 with Python 2.5. {{{ easy_install http://trac-hacks.org/svn/ticketchangeplugin/0.11/ }}} But i have this error message: {{{ Downloading http://trac-hacks.org/svn/ticketchangeplugin/0.11/ Doing subversion checkout from http://trac-hacks.org/svn/ticketchangeplugin/0.11/ to /tmp/easy_install-2Q9LZN/0.11 Processing 0.11 Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-2Q9LZN/0.11/egg-dist-tmp-LPnXxt zip_safe flag not set; analyzing archive contents... Adding TracTicketChange 0.0.4 to easy-install.pth file Installed /usr/lib/python2.5/site-packages/TracTicketChange-0.0.4-py2.5.egg Processing dependencies for TracTicketChange==0.0.4 Searching for TracWebAdmin Reading http://pypi.python.org/simple/TracWebAdmin/ Couldn't find index page for 'TracWebAdmin' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading http://pypi.python.org/simple/ No local packages or download links found for TracWebAdmin error: Could not find suitable distribution for Requirement.parse('TracWebAdmin') }}} TracWebAdmin is not needed in 0.11, and the `0.11/setup.py` file only require the '''TracTicketDelete''': {{{ install_requires = ['TracTicketDelete'], }}} What is wrong? For the record, i had installed it on a 0.11.2.1 (~ october 08) and i had not problem. Perhaps `TracWebAdmin` was still existing on pypi.python.org.",defect,closed,normal,TicketChangePlugin,blocker,fixed,,Daniel Atallah,0.11