Did that and the result is the same. Here is my exact configuration
again.

[root trac]# ls -l /usr/lib/python2.3/site-packages/
TracWebAdmin-0.1.2dev_r4240-py2.3.egg/
total 16
drwxr-xr-x  2 root root 4096 May 15 22:57 EGG-INFO
drwxr-xr-x  4 root root 4096 May 15 22:57 webadmin

[root trac]# cat conf/trac.ini
[components]
webadmin.* = enabled

[logging]
log_type = file
log_file = /tmp/trac.log
log_level = DEBUG

[root trac]# trac-admin projects/projectx permission list

User     Action
-------------------
karthik  TRAC_ADMIN


and I still don't see the admin tab when logged in as karthik.

/kk


On May 15, 5:52 pm, David Chase <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to