hi Ryan,
Here's what I've got about my package from pip show trac:

Name: Trac

Version: 1.4.2

Summary: Integrated SCM, wiki, issue tracker and project environment

Home-page: https://trac.edgewall.org/

Author: Edgewall Software

Author-email: trac-...@googlegroups.com

License: BSD

Location: d:\trac\python27\lib\site-packages

Requires: jinja2, setuptools

Required-by: TracAutocompleteUsersPlugin

--

FYI: I tried to install jinja2 and setuptools but got: Requirement already 
satisfied.


On Thursday, December 3, 2020 at 12:59:11 PM UTC-5 RjOllos wrote:

> On Thursday, December 3, 2020 at 9:26:17 AM UTC-8 evol...@gmail.com wrote:
>
>> Hi Ryan, Jeff
>>
>> Setting option restrict_owner 
>> <https://trac.edgewall.org/wiki/TracIni#ticket-restrict_owner-option>=true 
>> worked perfectly fine but I want to use autocompletion.
>>
>> Here’s what I did:
>>
>>    1. pip install TracAutocompleteUsersPlugin
>>    2. Added to trac.ini
>>
>>         [components]
>>
>> autocompleteusers.* = enabled
>>
>>  
>>
>> [autocomplete]
>>
>> fields = tester, reviewer
>>
>> multi_fields = users
>>
>> Unfortunately ‘autocompletion’ does not work. What I was missing?
>>
>> Thanks
>>
>
> Which Trac version?
>
> Depending on your web server configuration you may need to redeploy static 
> assets:
> https://trac.edgewall.org/wiki/TracPlugins#Redeployingstaticresources
>
> For further debugging, please check the logs and browser console:
> https://trac.edgewall.org/wiki/TracTroubleshooting#ChecktheLogs
>
> You should see the JS files fetched by the browser, but that could be a 
> source of error:
>
> https://trac-hacks.org/browser/autocompleteusersplugin/trunk/autocompleteusers/htdocs/js
>
> Ryan
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/89bad5ec-5938-4cbc-9030-2c8ddc4eb130n%40googlegroups.com.

Reply via email to