Changes between Version 100 and Version 101 of XmlRpcPlugin


Ignore:
Timestamp:
Jan 21, 2015, 4:59:28 PM (9 years ago)
Author:
mattias@…
Comment:

Simple work-around added on irritating error, when using setup.py for installing the plugin to be used with Eclipse.

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin

    v100 v101  
    2626This plugin ''requires'' at least Trac 0.10, but Trac 0.11 or 0.12 is recommended.
    2727 
    28 Install in the same manner as any other Trac plugin:
     28Install in the same manner as any other Trac plugin (if you do install by this method, make sure the egg-file in dist/-folder does not contain any letters before you copy. Else, if for example the egg file is TracXMLRPC-1.1.2.post0-py2.7.egg, you will have an error that post0 is not an int, when you connect via XML-RPC from Eclipse, just rename the egg-file to TracXMLRPC-1.1.2-py2.7.egg and you will be fine.):
    2929{{{#!sh
    3030$ python setup.py bdist_egg