Hi,
I installed Trac on Windows 2003 server, with Apache web server
I installed WebAdmin and AccountManager plugins,
but the app don't work, i have this error:

Traceback (most recent call last):
  File "C:\Python24\Lib\site-packages\trac\web\main.py", line 356, in
dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python24\Lib\site-packages\trac\web\main.py", line 205, in
dispatch
    req.hdf = HDFWrapper(loadpaths=chrome.get_all_templates_dirs())
  File "C:\Python24\Lib\site-packages\trac\web\chrome.py", line 263,
in get_all_templates_dirs
    dirs += provider.get_templates_dirs()
  File "build\bdist.win32\egg\acct_mgr\web_ui.py", line 264, in
get_templates_dirs
  File "c:\python24\lib\site-packages\setuptools-0.6c7-py2.4.egg
\pkg_resources.py", line 840, in resource_filename
    return get_provider(package_or_requirement).get_resource_filename(
  File "c:\python24\lib\site-packages\setuptools-0.6c7-py2.4.egg
\pkg_resources.py", line 1311, in get_resource_filename
    return self._extract_resource(manager, zip_path)
  File "c:\python24\lib\site-packages\setuptools-0.6c7-py2.4.egg
\pkg_resources.py", line 1322, in _extract_resource
    zip_stat = self.zipinfo[zip_path]
KeyError: 'acct_mgr\\templates'

when I remove AccountManager settings from trac.ini the app work.

here is my trac.ini settings:

[components]
webadmin.* = enabled
trac.web.auth.LoginModule = disabled
acct_mgr.web_ui.LoginModule = enabled
acct_mgr.htfile.HtDigestStore = enabled
acct_mgr.admin.AccountManagerAdminPage = enabled
acct_mgr.web_ui.AccountModule = enabled
tractags.* = enabled

[account-manager]
password_store = HtDigestStore
password_file = E:\Trac_Projects\POP0\conf\user.htdigest
htdigest_realm = trac

any help please?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to