Hello,
I installed this plugin and Genshi too. I've followed this steps to install Genshi:
easy_install CherryPy?
easy_install FormEncode?
easy_install Genshi
Just that.
After, when I tried to use the plugin, it didn't work.
This is part of my log file:
Trac[TEST.db:loader] DEBUG: Loading egg plugin tasklist from c:\arquivos de programas\phyton24\lib\site-packages\tasklist-0.1-py2.4.egg
Trac[TEST.db:loader] ERROR: Failed to load plugin tasklist from c:\arquivos de programas\phyton24\lib\site-packages\tasklist-0.1-py2.4.egg
Traceback (most recent call last):
File "C:\Arquivos de programas\Phyton24\Lib\site-packages\trac\loader.py", line 101, in load_components
entry_point.load()
File "c:\arquivos de programas\phyton24\lib\site-packages\setuptools-0.6c8-py2.4.egg\pkg_resources.py", line 1912, in load
entry = import(self.module_name, globals(),globals(), __name__?)
File "build\bdist.win32\egg\tasklist\init.py", line 10, in ?
File "build\bdist.win32\egg\tasklist\main.py", line 17, in ?
ImportError?: No module named transform
Do I have to do something else?
What is wrong?