I am having some difficulty getting tractags to install and run under bitnami's installation of Trac for windows. I am hoping someone in the group can provide some advice. Here are the steps I performed and the results I received I have installed bitnami's trac installation under windows. Bitnami installed apache, subversion and trac 0.11.6. I tried installing tractags by performing the following steps: 1) stop bitnami trac stac service, it stopped 2) In a windows (AKA DOS) Console session: easy_install http://trac-hacks.org/svn/tagsplugin/tags/0.6 from within (C:\Program Files\BitNami Trac Stack\trac\Scripts). This downloaded and ran 3) Added to trac.ini from withint C:\Documents and Settings\<user>\BitNami Trac Stack projects\TestProject\conf [components] tractags.* = enabled 4) In a windows (AKA DOS) Console session: C:\Program Files\BitNami Trac Stack\trac\Scripts>trac-admin "c:\documents and settings\<username>\bitnami trac stack projects\testproject" upgrade. This ran without error. 5) start bitnami trac stac service After I logged in and attempted to edit a wiki page there are no trac tags controls. Also under the admin menu there are no permissions option for tractags. and using tags produces no tagged items Following that attempt I tried to re-do the steps above, I received the following error from trac-admin Traceback (most recent call last): File "C:\Program Files\BitNami Trac Stack\trac\Scripts\trac-admin-script.py", line 8, in <module> load_entry_point('Trac==0.11.6', 'console_scripts', 'trac-admin')() File "c:\program files\bitnami trac stack\trac\lib\site-packages\Trac-0.11.6-p y2.5.egg\trac\admin\console.py", line 1321, in run return admin.onecmd(command) File "c:\program files\bitnami trac stack\trac\lib\site-packages\Trac-0.11.6-p y2.5.egg\trac\admin\console.py", line 138, in onecmd rv = cmd.Cmd.onecmd(self, line) or 0 File "C:\PROGRA~1\BITNAM~1\python\lib\cmd.py", line 219, in onecmd return func(arg) File "c:\program files\bitnami trac stack\trac\lib\site-packages\Trac-0.11.6-p y2.5.egg\trac\admin\console.py", line 1159, in do_upgrade self.__env.upgrade(backup=do_backup) File "c:\program files\bitnami trac stack\trac\lib\site-packages\Trac-0.11.6-p y2.5.egg\trac\env.py", line 464, in upgrade participant.upgrade_environment(db) File "build\bdist.win32\egg\tractags\model.py", line 35, in upgrade_environmen t File "build\bdist.win32\egg\tractags\model.py", line 60, in _upgrade_db File "c:\program files\bitnami trac stack\trac\lib\site-packages\Trac-0.11.6-p y2.5.egg\trac\db\util.py", line 65, in execute return self.cursor.execute(sql) File "c:\program files\bitnami trac stack\trac\lib\site-packages\Trac-0.11.6-p y2.5.egg\trac\db\sqlite_backend.py", line 80, in execute PyFormatCursor.execute(self, *args) File "c:\program files\bitnami trac stack\trac\lib\site-packages\Trac-0.11.6-p y2.5.egg\trac\db\sqlite_backend.py", line 59, in execute args or []) File "c:\program files\bitnami trac stack\trac\lib\site-packages\Trac-0.11.6-p y2.5.egg\trac\db\sqlite_backend.py", line 51, in _rollback_on_error return function(self, *args, **kwargs) pysqlite2._sqlite.OperationalError: table tags already exists Any Advice Thanks, Brad
-- 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.
