Edgewall Software

Ticket #4364 (closed defect: duplicate)

Opened 2 years ago

Last modified 2 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:

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

Changed 2 years ago by eblot

  • owner changed from jonas to cmlenz
  • component changed from general to webadmin
  • description modified (diff)

Changed 2 years ago by eblot

  • keywords needinfo added

It seems to be a duplicate of #3106.

Can you cross-check your setuptools version number?

Changed 2 years ago by mgood

  • keywords needinfo removed
  • status changed from new to closed
  • resolution set to duplicate

Yeah, this is definitely a duplicate of #3106. You need to install setuptools 0.6 or later as per the plugins requirements.

Add/Change #4364 (python setup.py install does not work with trac 0.10.x)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from cmlenz. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.