Changes between Initial Version and Version 4 of Ticket #10988


Ignore:
Timestamp:
Apr 3, 2013, 2:57:21 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10988

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #10988 – Description

    initial v4  
    1 I am using http://trac-hacks.org/svn/timingandestimationplugin/branches/trac0.12-Permissions.
     1I am using [browser:/timingandestimationplugin/branches/trac0.12-Permissions].
    22
    33But I see below error in my trac.log after installation. When checking source code, I see
    44
    5 ''from hours_layout_changer import HoursLayoutChanger, TicketPropsLayoutChanger''
     5{{{
     6from hours_layout_changer import HoursLayoutChanger, TicketPropsLayoutChanger
     7}}}
    68
    7 in api.py, but couldn't find hours_layout_changer anywhere, did I do anything wrong?
     9in `api.py,` but couldn't find `hours_layout_changer` anywhere, did I do anything wrong?
    810
    9 ------------
    10 
     11{{{
    11122013-03-30 09:43:48,739 Trac[loader] DEBUG: Loading simplemultiproject from /usr/local/lib/python2.7/dist-packages/SimpleMultiProject-0.0.3dev_r12675-py2.7.egg
    12132013-03-30 09:43:48,744 Trac[loader] DEBUG: Loading timingandestimationplugin from /usr/local/lib/python2.7/dist-packages/timingandestimationplugin-1.3.4b-py2.7.egg
     
    2021  File "build/bdist.linux-i686/egg/timingandestimationplugin/api.py", line 21, in <module>
    2122ImportError: No module named hours_layout_changer
     23}}}