Modify ↓
Ticket #4364 (closed defect: duplicate)
Opened 5 years ago
Last modified 5 years ago
python setup.py install does not work with trac 0.10.x
| Reported by: | anonymous | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/web | Version: | 0.10.2 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description (last modified by eblot) (diff)
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
Change History
comment:1 Changed 5 years ago by eblot
- Component changed from general to webadmin
- Description modified (diff)
- Owner changed from jonas to cmlenz
comment:2 Changed 5 years ago by eblot
- Keywords needinfo added
comment:3 Changed 5 years ago by mgood
- Keywords needinfo removed
- Resolution set to duplicate
- Status changed from new to 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?