On Jul 5, 8:46 am, "[email protected]" <[email protected]> wrote: > I've got this message error when I tried to create or access any Trac > project based on aMercurialrepository: > > TypeError: __init__() got an unexpected keyword argument 'interactive' ... > System Information: > > User Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1pre) > Gecko/20090704 Ubuntu/9.04 (jaunty) Shiretoko/3.5.1pre > Trac: 0.11.5rc1 > Python: 2.6.2 (release26-maint, Apr 19 2009, 02:15:38) [GCC 4.3.3] > setuptools: 0.6c9 > SQLite: 3.6.10 > pysqlite: 2.4.1 > Genshi: 0.5.1 > Pygments: 1.0 > Mercurial: 1.3 > jQuery: 1.2.6 > > Any ideas?
As a workaround, downgrade to mercurial 1.2.x. I ran into the same issue, and that "resolved" it: easy_install 'mercurial<1.3' --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
