Modify

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

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...

Attachments (0)

Change History (2)

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.

comment:2 Changed 14 years ago by jrem@…

Unpacking the zip, moving into the directory where setup.py is, then running the command:

python setup.py install

worked.

Was trying to get TracExplorer working with visual studio and this was what was needed to get it working, and it does, so all good now.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain osimons.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.