I also had trouble installing WebAdmin, and this is what worked for me: mkdir TracWebAdmin-0.1.2dev_r4240-py2.4.egg cd TracWebAdmin-0.1.2dev_r4240-py2.4.egg unzip ../TracWebAdmin-0.1.2dev_r4240-py2.4.egg.zip cd ../ sudo easy_install TracWebAdmin-0.1.2dev_r4240-py2.4.egg
Notice the incredibly cheesy "mkdir" step. I think there is something wrong with this egg, because I didn't have to do this with any other plugin. If you are installing it as a Zipped egg (this method is not) you will need to be sure that Apache has a place to cache the expanded egg files. Notice the "SetEnv PYTHON_EGG_CACHE "/export/home/dc12360/Nobody/EggCache". Alias /trachtdocs/ "/opt/csw/share/trac/htdocs/" <Location /Projects> SetHandler mod_python # Next line fixes funny crashes PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracUriRoot "/Projects" PythonOption TracEnvParentDir "/export/home/dc12360/Nobody/Trac" SetEnv PYTHON_EGG_CACHE "/export/home/dc12360/Nobody/EggCache" </Location> The egg cache was necessary, so was the main_interpreter hack. David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---