Modify ↓
      
#5176 closed defect (wontfix)
trac trunk version won't install share/* files
| Reported by: | Douglas Campos | Owned by: | Jonas Borgström | 
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | project | Version: | devel | 
| Severity: | normal | Keywords: | install share | 
| Cc: | douglas@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
After grabbing svn trunk HEAD rev, installed all deps (genshi…)
after running python setup.py install it install everything less share/* files (trac.cgi, etc…)
Tryed with python 2.4, python 2.5
Attachments (0)
Change History (3)
follow-up: 2 comment:1 by , 19 years ago
| Resolution: | → wontfix | 
|---|---|
| Status: | new → closed | 
comment:2 by , 19 years ago
Replying to nkantrowitz:
trunk now uses setuptools, which means it does not install any global files.
this means that at install phase i need to copy by hand these files?
  Note:
 See   TracTickets
 for help on using tickets.
    


  
trunk now uses setuptools, which means it does not install any global files.