Changes between Initial Version and Version 4 of Ticket #7652


Ignore:
Timestamp:
Sep 10, 2010, 5:28:40 AM (14 years ago)
Author:
Ryan J Ollos
Comment:

You might want to add install_requires = ['Trac >= 0.11.5'] to setup.py.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7652

    • Property Status changed from new to closed
    • Property Resolution changed from to wontfix
  • Ticket #7652 – Description

    initial v4  
    11
    22revision 8663 breaks as follows for me, whereas 8662 does not.  occurs for trac 0.11.1, standalone server in a clean virtual environment.
    3 
     3{{{
    44  File "/home/matt/public_html/test_edit_file/lib/python2.6/site-packages/Trac-0.11.1-py2.6.egg/trac/core.py", line 108, in maybe_init
    55    init(self)
     
    77    self.path = self.config.getpath(
    88AttributeError: 'Configuration' object has no attribute 'getpath'
     9}}}