#2899: Plugin load order
----------------------------------+-----------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  jonas
     Type:  defect                |       Status:  new  
 Priority:  high                  |    Milestone:       
Component:  general               |      Version:  0.9.3
 Severity:  major                 |   Resolution:       
 Keywords:                        |  
----------------------------------+-----------------------------------------
Comment (by coderanger):

 It seems that a possible answer is to add this before the webadmin import:

 {{{
 #!python
 import pkg_resources
 pkg_resources.require('TracWebAdmin')
 }}}

 I have tried this on the offending plugin and will see if the problem
 returns. I don't see this as a good fix, but it may be the best option
 until something more detailed can be worked into trac.loader.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2899>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to