Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#6231 closed defect (worksforme)

install of Trac XML-RPC Plugin fails using supplied instructions — at Version 1

Reported by: jrem@… Owned by: osimons
Priority: normal Component: XmlRpcPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (last modified by osimons)

This plugin is unable to be installed since the instruction

# easy_install -Z -U http://trac-hacks.org/svn/xmlrpcplugin/trunk

fails with error: Unexpected HMTL page found at http://trac-hacks.org/svn/xmlrpcplugin/trunk

while also there is no clear instruction as to how to install the given zip file.

Unzipping the file and cd'ing into the directory where setup.py is then running the command:

# python setup.py tracrpc

didn't work either. The result is a directive on usage followed by invalid command 'tracrpc'

Run out of guesses as to what to try next...

Change History (1)

comment:1 Changed 14 years ago by osimons

Description: modified (diff)
Resolution: worksforme
Status: newclosed

If you download the source or do a checkout, then just running the setup file with appropriate command - like:

$ python setup.py install

See python setup.py --help and --help-commands for details of setup capabilities and options.

The error you are seeing is some setuptools/subversion bug of some sort - seen it reported elsewhere, but never really looked into the specifics of the actual error. Not really related to the plugin, and not much I can do about it.

Note: See TracTickets for help on using tickets.