Hi,

On Tue, Apr 9, 2019 at 10:48 PM <[email protected]> wrote:
>
> Hello,
>
> after running python /.setup.py  bdist_egg and copying teh generadted ..egg 
> file to //path/to/env/plugins, trying to log in to trac I get the eror
>
> Internal Server Error
>
> TracError: VersionConflict: (Trac 0.12.4 
> (/usr/lib/python2.7/site-packages/Trac-0.12.4-py2.7.egg), 
> Requirement.parse('Trac>=1.0')

DirectoryAuthPlugin requires Trac 1.0 or later since r12765 [1].
Please try directoryauthplugin/trunk@12764 unless Trac is upgraded to
1.0 or later.

$ svn co -r12764 https://trac-hacks.org/svn/directoryauthplugin/trunk
directoryauthplugin-r12764
$ cd directoryauthplugin-r12764
$ python setup.py bdist_egg
$ cp dist/*.egg /path/to/tracenv/plugins

[1] https://trac-hacks.org/changeset/12765

-- 
Jun Omae <[email protected]> (大前 潤)

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to