Modify ↓
Opened 19 years ago
Closed 19 years ago
#4364 closed defect (duplicate)
python setup.py install does not work with trac 0.10.x
| Reported by: | anonymous | Owned by: | Christopher Lenz |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/web | Version: | 0.10.2 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
svn co http://svn.edgewall.com/repos/trac/sandbox/webadmin rettung:~/webadmin# python setup.py install
Traceback (most recent call last):
File "setup.py", line 25, in ?
packages=find_packages(exclude=['ez_setup', '*.tests*']),
TypeError: find_packages() got an unexpected keyword argument 'exclude'
Attachments (0)
Change History (3)
comment:1 by , 19 years ago
| Component: | general → webadmin |
|---|---|
| Description: | modified (diff) |
| Owner: | changed from to |
comment:2 by , 19 years ago
| Keywords: | needinfo added |
|---|
comment:3 by , 19 years ago
| Keywords: | needinfo removed |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
Yeah, this is definitely a duplicate of #3106. You need to install setuptools 0.6 or later as per the plugins requirements.
Note:
See TracTickets
for help on using tickets.



It seems to be a duplicate of #3106.
Can you cross-check your setuptools version number?