On Thursday, December 12, 2013 3:39:03 AM UTC-8, Roger Oberholtzer wrote: > > Is anyone using the SubscriberList plugin? If so, anyone using it in Trac > 1.0.1? > > I have tried installing it via easy_install, but the various permutations > on > the name did not work. I was going to add a ticket requesting that the > easy_install package name be documented. But the plugin tickets system > require > an account on the developer's system. > > Of course, I am really only interested in perusing it if the thing works > in a > current version of Trac. >
I guess that is because the package isn't registered on pypi? The following seems to work: easy_install https://svn.mayastudios.de/mtpp/repos/plugins/subscriberlist/trunk You can also just checkout the source and do a "python setup.py install" On attempting to use the plugin, I immediately ran into this issue: https://svn.mayastudios.de/mtpp/ticket/29 I tried to comment on that ticket, but the traceback described in ticket #30 and #31 results: https://svn.mayastudios.de/mtpp/ticket/30 https://svn.mayastudios.de/mtpp/ticket/31 These issues are easy enough to fix. We should ask the author if he wants to continue maintaining the plugin. If not, we can pull it back to t-h.o and fix the issues. The comment I was attempting to make on ticket #29 is this: "This is a common problem in Trac, and the patch is correct. I've fixed the same issue probably a dozen times on trac-hacks with various plugins (e.g. see th:#6341). The issue is that the connection needs to be bound to a local variable in the current scope in order to keep the connection open. Are you still maintaining the plugin or should we copy the source to trac-hacks and fix the issue?" -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
