Changes between Initial Version and Version 1 of Ticket #6231


Ignore:
Timestamp:
Nov 19, 2009, 12:08:01 AM (14 years ago)
Author:
osimons
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6231

    • Property Status changed from new to closed
    • Property Resolution changed from to worksforme
  • Ticket #6231 – Description

    initial v1  
    11This plugin is unable to be installed since the instruction
    2 
    3 #easy_install -Z -U http://trac-hacks.org/svn/xmlrpcplugin/trunk
     2{{{
     3# easy_install -Z -U http://trac-hacks.org/svn/xmlrpcplugin/trunk
     4}}}
    45
    56fails with error: Unexpected HMTL page found at http://trac-hacks.org/svn/xmlrpcplugin/trunk
     
    89
    910Unzipping the file and cd'ing into the directory where setup.py is then running the command:
     11{{{
    1012# python setup.py tracrpc
     13}}}
    1114
    1215didn't work either. The result is a directive on usage followed by invalid command 'tracrpc'