Modify

Opened 16 years ago

Closed 11 years ago

#3090 closed defect (worksforme)

[Patch] Error trying to install the plugin on Trac 0.11b2

Reported by: jorge@… 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 16 years ago by jorge@…

I have been able to install the ThemeEnginePlugin (and themes) after change the line source:themeengineplugin/0.11/setup.py@3416#L22 from

install_requires = ['Trac>=0.11dev-r6696'],

to

install_requires = ['Trac>=0.11b2'],

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.

comment:2 Changed 14 years ago by Ryan J Ollos

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 11 years ago by Ryan J Ollos

Resolution: worksforme
Status: newclosed

This ticket doesn't seem to be relevant any longer.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
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.