Modify ↓
Opened 17 years ago
Closed 12 years ago
#3090 closed defect (worksforme)
[Patch] Error trying to install the plugin on Trac 0.11b2
Reported by: | Owned by: | Noah Kantrowitz | |
---|---|---|---|
Priority: | normal | Component: | ThemeEnginePlugin |
Severity: | blocker | Keywords: | installation, dependencies |
Cc: | Trac Release: | 0.11 |
Description
I am trying to install the ThemeEnginePlugin using the following command:
sudo easy_install http://trac-hacks.org/svn/themeengineplugin/0.11
And I am getting the following error:
error: Could not find suitable distribution for Requirement.parse('Trac>=0.11dev-r6696')
I am using the 0.11b2 version of Trac over a Debian GNU/Linux 4.0r1
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by
comment:2 Changed 15 years ago by
Summary: | Error trying to install the plugin on Trac 0.11b2 → [Patch] Error trying to install the plugin on Trac 0.11b2 |
---|
comment:3 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This ticket doesn't seem to be relevant any longer.
Note: See
TracTickets for help on using
tickets.
I have been able to install the ThemeEnginePlugin (and themes) after change the line source:themeengineplugin/0.11/setup.py@3416#L22 from
to
In any case indeed after make this change and install the plugin and one theme, and enable both through the admin interface i cannot see the new design in my Trac instance.