Modify

Opened 16 years ago

Closed 15 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 Changed 15 years ago by Lutz

Priority: normalhigh

same problem on trac 0.11

comment:2 in reply to:  1 Changed 15 years ago by Lutz

Resolution: fixed
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain cliechti.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.