Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8112105
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T02:21:51+00:00 2026-06-06T02:21:51+00:00

I recently installed Trac on windows for the first time. After setting everything up

  • 0

I recently installed Trac on windows for the first time. After setting everything up I got this error when trying to browse the source in a GIT repository:

Trac detected an internal error:
WindowsError: (5, 'Access is denied')

It doesn’t look like many people have come across this as the only ticketed bug for this hasn’t had many responses, but there was a guy who suggested that I modify the file PyGIT.py. Looking further into my own exception I find this:

    return gen.next()
    yield historian

    if p:
        p[0].stdout.close()
        p[0].terminate()    # <-- This line highlighted as the problem
        p[0].wait()

def last_change(self, sha, path, historian=None):
    if historian is not None:
        return historian(path)

Now I am not sure but I read that this is something to do with how windows processes p[0].terminate() that causes the error and it was suggested that the exception was ignored by changing it to this:

try:
    p[0].terminate()
except WindowsError:
    pass

Weather or not this will work, I don’t know. But what I’m wondering is – where on earth is this PyGIT.py file? All I have to go by is the path:

build/bdist.win32/egg/tracext/git/PyGIT.py

Am I right in thinking this isn’t part of a compiled file or something? I installed the plugin that runs the code as a .egg

If anyone could give me a hand, all I want to do it see if I can modify the file!

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T02:21:52+00:00Added an answer on June 6, 2026 at 2:21 am

    If you installed the plugin as a .egg file, then you probably don’t have the source code. The website where you downloaded the .egg file should also have a URL for their repository. Simply check out a copy of the source code, make the suggested modification, and rebuild the .egg with python setup.py bdist-egg.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently installed MySQL 5 on Windows 2003 and tried configuring an instance. Everything
I recently installed PHP on IIS/Windows 7, but it isn't working. I am getting
I recently installed the Visual Studio 11 Beta alongside Visual Studio 2010. After that
I recently installed the RTM version of 4.0. I now receive an error when
I recently installed rails in fedora 12. I'm new to linux as well. Everything
I recently installed VS2010 on my new computer. I got all my VS projects
I recently installed windows 7, visual studio 2008, and .net framework 3.5. With these
I recently installed Emacs 23 (on OS X Leopard) and trying out the emacs
I recently installed the Windows Phone 7 SDK with an existing Visual Studio Ultimate
I recently installed cream onto a windows 7 laptop. I was installing the rails.vim

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.