Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

#8192 closed defect (invalid)

Trac standalone privileges problem (Vista)

Reported by: anonymous Owned by:
Priority: high Milestone:
Component: general Version: none
Severity: blocker Keywords: tracd vista
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

TracD and Trac as a service using svrany will not run on Vista unless user account is Local System or an Admin. This is a security problem.

This problem does not occur on XP.

This problem is not solved by folder permissions (AFAICT).

Error reported is:

Traceback (most recent call last):
  File "C:\Python25\Scripts\tracd-script.py", line 5, in <module>
    from pkg_resources import load_entry_point
  File "C:\Python25\lib\site-packages\pkg_resources.py", line 2562, in <module>
    working_set.require(__requires__)
  File "C:\Python25\lib\site-packages\pkg_resources.py", line 626, in require
    needed = self.resolve(parse_requirements(requirements))
  File "C:\Python25\lib\site-packages\pkg_resources.py", line 524, in resolve
    raise !DistributionNotFound(req)  # XXX put more info here
pkg_resources.!DistributionNotFound: Genshi>=0.5

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 15 years ago

Description: modified (diff)
Resolution: invalid
Status: newclosed

This is an InstallationIssue.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.