I installed the wysiwyg plugin for Trac 0.12.1 on OpenBSD 4.9 (being served up with tracd) about a week ago and everything was working fine until I installed some other plugins revolving around tickets and producing gantt charts yesterday:
- TracMasterTickets-3.0.2-py2.6.egg
- Trac_jsGantt-0.9_r10583-py2.6.egg
- TracSubTicketsPlugin-0.1.0-py2.6.egg
- timingandestimationplugin-1.1.9-py2.6.egg
and now the option for editing the wiki with wysiwyg has disappeared. I have disabled and re-enabled the wysiwyg plugin through the web admin panel for plugins -- no change. I've disabled Trac_jsGantt-0.9_r10583-py2.6 (again through the web admin panel) and restarted tracd (thought that the javascript might be causing issues across plugins..) -- no change. I've checked out the latest version of wysiwyg from the svn repo:
# svn info
Path: .
URL: http://trac-hacks.org/svn/tracwysiwygplugin/0.12
Repository Root: http://trac-hacks.org/svn
Repository UUID: 7322e99d-02ea-0310-aa39-e9a107903beb
Revision: 10655
Node Kind: directory
Schedule: normal
Last Changed Author: jun66j5
Last Changed Rev: 9676
Last Changed Date: 2010-12-15 02:53:49 -0500 (Wed, 15 Dec 2010)
removed the original wysiwyg egg and installed wysiwyg again with:
# python setup.py install
while in the repo checkout but still no dice...
Everything else seems to be working normally. It's just the option for the wysiwyg editing has disappeared after installation of the other plugins mentioned above. Any suggestions or help on the matter would be most appreciated.