You need to install Trac (the engine) in one location, and to create a Trac environment (that is, the database and related files) in *another* directory
A common scenario is to install Trac in the site-packages directory: /usr/lib/python2.5/site-packages/trac and to create a Trac environment in the /var tree: trac-admin /var/trac/project initenv It appears that you've installed the engine in /v/trac and that you are attempting to create the environment in the very same directory HTH, Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
