#10988 closed defect (fixed)
No module named hours_layout_changer error
| Reported by: | charlesbo | Owned by: | Russ Tyndall | 
|---|---|---|---|
| Priority: | normal | Component: | TimingAndEstimationPlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 1.0 | 
Description (last modified by )
I am using timingandestimationplugin/branches/trac0.12-Permissions.
But I see below error in my trac.log after installation. When checking source code, I see
from hours_layout_changer import HoursLayoutChanger, TicketPropsLayoutChanger
in api.py, but couldn't find hours_layout_changer anywhere, did I do anything wrong?
2013-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
2013-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
2013-03-30 09:43:48,759 Trac[loader] ERROR: Skipping "timingandestimationplugin = timingandestimationplugin": 
Traceback (most recent call last):
  File "build/bdist.linux-i686/egg/trac/loader.py", line 68, in _load_eggs
    entry.load(require=True)
  File "/usr/local/lib/python2.7/dist-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 1954, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "build/bdist.linux-i686/egg/timingandestimationplugin/__init__.py", line 1, in <module>
  File "build/bdist.linux-i686/egg/timingandestimationplugin/api.py", line 21, in <module>
ImportError: No module named hours_layout_changer
    Attachments (0)
Change History (5)
comment:1 Changed 13 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
comment:2 follow-up: 3 Changed 13 years ago by
apologies! Not sure how this got missed last week when I initially refactored away that module (its contents are now in ticket_webui and split into different components than previously).
I think this should be fixed (version 1.3.5(b)). Please let me know if you experience any further issues.
comment:3 Changed 13 years ago by
Replying to bobbysmith007:
apologies! Not sure how this got missed last week when I initially refactored away that module (its contents are now in ticket_webui and split into different components than previously).
I think this should be fixed (version 1.3.5(b)). Please let me know if you experience any further issues.
No worries, thanks a lot for your quick react!
comment:4 follow-up: 5 Changed 13 years ago by
| Description: | modified (diff) | 
|---|
comment:5 Changed 13 years ago by
Replying to rjollos:
Thanks for tidy up the description! I am quite new to Trac, but learnt from your change :)




(In [12856]) fixed broken import of module I refactored away last week fix #10988