Ask Your Question

Revision history [back]

Given the paths appearing in your traceback, it seems that you installed git_trac by yourself (or that it comes from an earlier not-from-fource Sage install), hence it seems not directly related to your new Sage installation. You can:

  • reinstall git_trac from scratch

or

  • use git_trac as provided by Sage:

    sage -i git_trac
    

    and then use it from Sage:

    sage -git trac <blah>
    

Given the paths appearing in your traceback, it seems that you installed git_trac by yourself (or that it comes from an earlier not-from-fource not-from-source Sage install), hence it seems not directly related to your new Sage installation. You can:

  • reinstall git_trac from scratch

or

  • use git_trac as provided by Sage:

    sage -i git_trac
    

    and then use it from Sage:

    sage -git trac <blah>