Modify ↓
Opened 16 years ago
Closed 16 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 )
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 , 16 years ago
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is an InstallationIssue.