Modify

Opened 15 years ago

Closed 13 years ago

#5390 closed defect (worksforme)

keep getting this 2009-06-17 12:50:27,375 Trac[loader] ERROR: Skipping "keywordsuggest = keywordsuggest.keywordsuggest": (can't import "ImportError: No module named keywordsuggest.keywordsuggest")

Reported by: anonymous Owned by: scratcher
Priority: normal Component: KeywordSuggestPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

I followed these instructions

  1. Download the zip file and unzip it
  2. run python setup.py install
  3. Go to trac.ini file and add the following lines
          [keywordsuggest]
          keywords = tag1,tag2,tag3,a,b,c,d,e,f,g
          mustmatch = True
          helppage = TicketKeywords
          helppage.newwindow = True
          matchcontains = True
          multipleseparator = ', '
    
          [components]
          keywordsuggest.* = enabled
    

and still get the error 2009-06-17 12:50:27,375 Trac[loader] ERROR: Skipping "keywordsuggest = keywordsuggest.keywordsuggest": (can't import "ImportError: No module named keywordsuggest.keywordsuggest")

Attachments (0)

Change History (2)

comment:1 Changed 13 years ago by Ryan J Ollos

Description: modified (diff)

comment:2 Changed 13 years ago by Ryan J Ollos

Resolution: worksforme
Status: newclosed

Installation issue and the reporter register so is unlikely to follow up.

Modify Ticket

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