Yes, PYTHONPATH is set to site-package of my python installation. For information, all my trac installation (svn+trac+python libs) are in a user's home (nothing in /usr)
My apache.conf : <Location /wiki> SetEnv PYTHON_EGG_CACHE /home/wiki/local/var/wikitest/tmp/ SetHandler mod_python PythonPath "sys.path + ['/home/wiki/local/lib/python2.4/site- packages/','/home/wiki/local/lib/svn-python']" PythonHandler trac.web.modpython_frontend PythonOption TracEnv /home/wiki/local/var/wikitest PythonOption TracUriRoot /wiki </Location> Vincent On 7 juin, 10:28, Rainer Sokoll <[EMAIL PROTECTED]> wrote: > On Thu, Jun 07, 2007 at 08:15:05AM -0000, nomorsad wrote: > > On a fresh working Trac install, I tried to install the webadmin > > plugin. > > > With tracd, no problem, I see the egg loading in I see the "admin" tab > > (with TRAC_ADMIN to annonymous for the test) > > But when I tried to switch to mod_pyhton, the admin tab don't apear, > > and I even don't see the loading of the egg in the log. > > > Apache+mod_pyhton and tracd was executed with the same user. The login > > process is not configured. > > > Someone know how to debug this issue? > > Did you set PYTHONPATH in your apache's config? > > Rainer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
