Modify

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#13457 closed defect (worksforme)

DuplicateTicketSearchPlugin can't load on trac 1.2.2

Reported by: anonymous Owned by: Ryan J Ollos
Priority: normal Component: DuplicateTicketSearchPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.2

Description (last modified by Ryan J Ollos)

10:36:43 Trac[loader] DEBUG: Skipping "TracDuplicateTicketSearch 1.0.4": DistributionNotFound: The 'TracXMLRPC' distribution was not found and is required by TracDuplicateTicketSearch

Attachments (0)

Change History (3)

comment:1 Changed 6 years ago by anonymous

False alarm, it works after the plugin XMLRPC installed.

comment:2 Changed 6 years ago by Jun Omae

Resolution: worksforme
Status: newclosed

comment:3 Changed 6 years ago by Ryan J Ollos

Description: modified (diff)

Install from PyPI and it will resolve the dependency for you:

$ pip install TracDuplicateTicketSearch
Collecting TracDuplicateTicketSearch
  Downloading https://files.pythonhosted.org/packages/0d/ef/017bebb6979d8308a8e3f80d878e252bedcafaad5473c95fbea32c63cba8/TracDuplicateTicketSearch-1.0.4-py2-none-any.whl
Collecting TracXMLRPC (from TracDuplicateTicketSearch)
  Downloading https://files.pythonhosted.org/packages/5b/e5/1fc9d572daa769594c5501b45b1e8c9021c06e17b20bbf8a165300f0e4e2/TracXMLRPC-1.1.6-py2-none-any.whl
Requirement already satisfied: Trac in /Users/rjollos/Documents/Workspace/trac-dev/teo-rjollos.git (from TracDuplicateTicketSearch) (1.3.4.dev0)
Requirement already satisfied: setuptools>=0.6 in /Users/rjollos/.pyenv/versions/2.7.14/envs/trac-2.7/lib/python2.7/site-packages (from Trac->TracDuplicateTicketSearch) (40.0.0)
Requirement already satisfied: jinja2>=2.9.3 in /Users/rjollos/.pyenv/versions/2.7.14/envs/trac-2.7/lib/python2.7/site-packages/Jinja2-2.10-py2.7.egg (from Trac->TracDuplicateTicketSearch) (2.10)
Requirement already satisfied: MarkupSafe>=0.23 in /Users/rjollos/.pyenv/versions/2.7.14/envs/trac-2.7/lib/python2.7/site-packages (from jinja2>=2.9.3->Trac->TracDuplicateTicketSearch) (1.0)
Installing collected packages: TracXMLRPC, TracDuplicateTicketSearch
Successfully installed TracDuplicateTicketSearch-1.0.4 TracXMLRPC-1.1.6

Modify Ticket

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