id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 823,Problems withs trac v0.11dev,fritz@…,Matt Good,"Hi togehter, cause I had several problems to install the trac 0.10 (especially the old template engine) due to python 2.5, I decided to install the new trac v0.11dev There it was impossible for me, to configure a running login area, for why I installed the new ""TracAccountManager-0.1.2dev-py2.5"". But now, I get the following error: {{{ 2006-10-17 23:25:30,640 Trac[loader] DEBUG: Loading egg plugin webadmin.logging from /prog/hylos/trac/plugins/TracWebAdmin-0.1.2_genshidev_r3906-py2.5.egg 2006-10-17 23:25:30,641 Trac[loader] DEBUG: Loading egg plugin webadmin.ticket from /prog/hylos/trac/plugins/TracWebAdmin-0.1.2_genshidev_r3906-py2.5.egg 2006-10-17 23:25:30,642 Trac[loader] DEBUG: Loading egg plugin webadmin.basics from /prog/hylos/trac/plugins/TracWebAdmin-0.1.2_genshidev_r3906-py2.5.egg 2006-10-17 23:25:30,642 Trac[loader] DEBUG: Loading egg plugin webadmin.perm from /prog/hylos/trac/plugins/TracWebAdmin-0.1.2_genshidev_r3906-py2.5.egg 2006-10-17 23:25:30,643 Trac[loader] DEBUG: Loading egg plugin webadmin.web_ui from /prog/hylos/trac/plugins/TracWebAdmin-0.1.2_genshidev_r3906-py2.5.egg 2006-10-17 23:25:30,644 Trac[loader] DEBUG: Loading egg plugin webadmin.plugin from /prog/hylos/trac/plugins/TracWebAdmin-0.1.2_genshidev_r3906-py2.5.egg 2006-10-17 23:25:30,649 Trac[loader] ERROR: Skipping ""trac 0.11dev"" (version conflict: ""(trac 0.10 (/usr/local/lib/python2.5/site-packages), Requirement.parse('trac==0.11dev'))"") 2006-10-17 23:25:30,650 Trac[loader] DEBUG: Loading egg plugin authform.web_ui from /usr/local/lib/python2.5/site-packages/AuthForm-0.1-py2.5.egg 2006-10-17 23:25:30,660 Trac[loader] ERROR: Failed to load plugin authform.web_ui from /usr/local/lib/python2.5/site-packages/AuthForm-0.1-py2.5.egg Traceback (most recent call last): File ""/usr/local/lib/python2.5/site-packages/trac/loader.py"", line 101, in load_components entry_point.load() File ""/usr/local/lib/python2.5/site-packages/setuptools-0.6c3-py2.5.egg/pkg_resources.py"", line 1830, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File ""build/bdist.linux-x86_64/egg/authform/__init__.py"", line 1, in # File ""build/bdist.linux-x86_64/egg/authform/web_ui.py"", line 26, in ImportError: cannot import name TRUE 2006-10-17 23:25:30,664 Trac[loader] DEBUG: Loading egg plugin acct_mgr.htfile from /usr/local/lib/python2.5/site-packages/TracAccountManager-0.1.2dev-py2.5.egg 2006-10-17 23:25:30,668 Trac[loader] DEBUG: Loading egg plugin acct_mgr.web_ui from /usr/local/lib/python2.5/site-packages/TracAccountManager-0.1.2dev-py2.5.egg 2006-10-17 23:25:30,678 Trac[loader] DEBUG: Loading egg plugin acct_mgr.admin from /usr/local/lib/python2.5/site-packages/TracAccountManager-0.1.2dev-py2.5.egg 2006-10-17 23:25:30,679 Trac[loader] DEBUG: Loading egg plugin acct_mgr.api from /usr/local/lib/python2.5/site-packages/TracAccountManager-0.1.2dev-py2.5.egg }}} My Config-Files: '''virtualHost.conf''' {{{ ServerAdmin webmaster@test.org ServerName www.test.com DocumentRoot /prog/hylos/trac/ SetEnv PYTHON_EGG_CACHE /prog/hylos/trac/EggCache PythonDebug on SetHandler mod_python PythonHandler trac.web.modpython_frontend PythonOption TracEnv /prog/hylos/trac PythonOption TracUriRoot / ErrorLog /prog/hylos/trac/log/apache2-error_log CustomLog /prog/hylos/trac/log/apache2-access_log combined HostnameLookups Off UseCanonicalName Off ServerSignature On }}} '''trac.ini''' {{{ [components] trac.web.auth.LoginModule = disabled acct_mgr.api = enabled acct_mgr.web_ui.LoginModule = enabled acct_mgr.htfile.HtDigestStore = enabled [account-manager] password_store = HtPasswdStore password_file = /prog/hylos/trac/.htpasswd }}} Any Idea? ",defect,closed,normal,AccountManagerPlugin,normal,worksforme,,,0.10