Never mind. I found the enemy and the enemy was me. Did not have the entries in the [components] section.
Bill Williams wrote: > I'm getting the same error you reported and I have also tried your > solution below and still get the problem. In the log file, it shows > tracforge.admin being loaded (it did not explicity say > tracforge.admin.perms). > > Any ideas? > > Thanks > > Mark Thomas wrote: > >> Thanks for the quick response Noah. Turns out we had to explicitly >> include the tracforge.admin.perm module in the configuration file >> with the following: >> >> [tracforge] >> tracforge.admin.admin.tracforgeadminmodule = enabled >> tracforge.admin.api.tracforgeadminsystem = enabled >> tracforge.admin.membership.tracforgemembershipmodule = enabled >> tracforge.admin.perm.tracforgegroupsmodule = enabled >> tracforge.admin.perm.tracforgepermissionmodule = enabled >> tracforge.admin.perm_admin.permissionadminpage = enabled >> tracforge.admin.prototypes_admin.tracforgeconfigsetadminmodule = enabled >> tracforge.admin.prototypes_admin.tracforgeprototypesadminmodule = enabled >> >> The globbing: >> [tracforge] >> tracforge.* >> >> didn't work for some reason. In any case, everything's working now. >> Thanks again! >> >> Mark >> >> On 11/1/06, Noah Kantrowitz <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> >> wrote: >> >> >> On Nov 1, 2006, at 1:41 PM, Mark Thomas wrote: >> >> > Just pinging to see if anyone had any new thoughts on this. Since >> > this last message, I downgraded from Trac 0.10.1 to 0.9.6 in the >> > hopes that some source changes in the Trac trunk, but seem to have >> > run into a similar, more compounded problem involving missing >> > classes in the Trac source. Assuming that TracForge requires Trac >> > 0.10.1, then, I thought this might be an issue with Interface class >> > and the notion of extending the implementation of an Interface via >> >> > inheritance (as TracForgePermissionsModule does through class >> > DefaultPermissionStore), but don't know enough Python to get much >> > further. >> >> It should work just fine with >=0.10, I develop on a stock 0.10 >> system right now. I would check your log to make sure the >> tracforge.admin.perm module is loading. >> >> > >> > Some other questions: does TracForge require a certain version of >> > Trac? Is TracForge functional yet, or by "unfinished," is it >> > assumed that the implementation is simply not yet complete? If it >> > is not complete, there might be an opportunity for developers >> > working with me to help complete it, as this functionality is of >> > key interest to a project we are working on. >> >> It is indeed functionally incomplete. I have ben trying to work on >> things in small chunks, so what is there should be reasonably >> usable. >> The project creation system is nearing completion, so that will be >> the next Big Thing(tm). >> >> --Noah >> >> >> >> >> >> >> > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
