Thanks for fixing the compatibility issues with 0.11. Here's a couple things I discovered during the upgrade.
- The egg in svn must have an older version of web_ui.py in it. Upon start-up, I received the following error:
2008-07-10 22:20:37,960 Trac[loader] DEBUG: Loading wikitopdf.web_ui \
from /opt-apps/svn/python/lib/python2.4/site-packages/TracWikiToPdfPlugin-2.0-py2.4.egg
2008-07-10 22:20:37,969 Trac[loader] ERROR: Skipping "wikitopdf.web_ui = wikitopdf.web_ui": \
(can't import "No module named webadmin.web_ui")
I looked at web_ui.py in SVN but saw no such import, so the egg must be old. Also, after I created a new egg from source, I was not able to upgrade teh old one. I had to manually remove it first.