Hi - I just installed Trac on my OS X machine via the Bitnami Trac installer. Everything went smooth and created the following directory structure with a project under /projects called "myproject":
Top Level Directory: Applications/trac-0.10.4-9 Sub Directories: common licenses repository subversion apache2 projects/myproject scripts trac python sqlite I wanted to add a user named "rick" to projects/myproject with TRAC_ADMIN privileges. I CD into: /Applications/trac-0.10.4-9/trac/bin And I type: ./trac-admin permission add rick TRAC_ADMIN And get back: Traceback (most recent call last): File "./trac-admin", line 21, in <module> from trac.scripts.admin import run ImportError: No module named trac.scripts.admin Am I doing anything wrong, or is this a config issue? I've read that it could be a problem with my PYTHONPATH not being set up correctly, but none of the docs I've read tell me how to set that up. Any help is appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
