Opened 11 years ago

Last modified 11 years ago

#10988 closed defect

No module named hours_layout_changer error — at Initial Version

Reported by: charlesbo Owned by: Russ Tyndall
Priority: normal Component: TimingAndEstimationPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.0

Description

I am using http://trac-hacks.org/svn/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

Change History (0)

Note: See TracTickets for help on using tickets.