Modify ↓
Opened 16 years ago
Closed 16 years ago
#3156 closed defect (fixed)
easy_install fails on 0.11rc2 because of missing dependency TracWebAdmin
Reported by: | anonymous | Owned by: | cliechti |
---|---|---|---|
Priority: | high | Component: | TracHtGroupEditorPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
In 0.11 TracWebAdmin is part of the core, so there should be a seperate 0.11-branch
Processing dependencies for trachtgroupeditor==1.0dev-r1949 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' )
I downloaded the zip and changed the setup.py:
install_requires = [ 'TracWebAdmin', ],
in order to install the plugin.
Anyway it seems to be broken for 0.11, because I don´t see a Account -> Groups Menu in WebAdmin.
Attachments (0)
Change History (2)
comment:1 follow-up: 2 Changed 16 years ago by
Priority: | normal → high |
---|
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
same problem on trac 0.11