Modify

Opened 17 years ago

Closed 17 years ago

#1047 closed defect (worksforme)

tracreposearch 0.2 plug-in does not seem to work on Win32

Reported by: anonymous Owned by: Alec Thomas
Priority: normal Component: RepoSearchPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

Problem Description

I'm currently using this fine plug-in on my home OpenBSD Trac system and it works great. Unfortunately I have to use Micro$oft Windoze at work so I downloaded the zip from the RepoSearchPlugin wiki page and successfully installed and enabled it from webadmin. I restarted apache and gave myself the REPO_SEARCH permission and see the Source Repository option show up on the search page but get a Traceback when I search the repo.


Python Traceback

Traceback (most recent call last):
  File "D:\Python24\lib\site-packages\trac\web\main.py", line 335, in dispatch_request
    dispatcher.dispatch(req)
  File "D:\Python24\lib\site-packages\trac\web\main.py", line 220, in dispatch
    resp = chosen_handler.process_request(req)
  File "D:\Python24\lib\site-packages\trac\Search.py", line 181, in process_request
    results += list(source.get_search_results(req, terms, filters))
  File "build\bdist.win32\egg\tracreposearch\search.py", line 78, in get_search_results
  File "build\bdist.win32\egg\tracreposearch\indexer.py", line 12, in ?
  File "build\bdist.win32\egg\tracreposearch\lock.py", line 42, in ?
ImportError: No module named win32con

Looks like the win32con module is missing and I probably just need this module but the link to the module needed for indexer is broken so where can I get this module? Also, I assumed the plug-in would work without it, maybe not?

Any information to help me get this plug-in working on Win32 would be great...


I can be contacted at dwoozley@…

Thanks, Don

Attachments (0)

Change History (1)

comment:1 Changed 17 years ago by Alec Thomas

Resolution: worksforme
Status: newclosed

win32con is available here (as part of the win32all package). At least, that is what Google tells me.

Modify Ticket

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