Follow-up Comment #4, sr #2156 (project pokersource):

>From http://twistedmatrix.com/projects/core/documentation/howto/plugin.html:
For a site-wide install, it may not (indeed, should not) be possible for
applications running as normal users to rewrite the cache file. While these
applications will still run and find correct plugin information, they may run
more slowly than they would if the cache was up to date, and they may also
report exceptions if certain plugins have been removed but which the cache
still references. For these reasons, when installing or removing software
which provides Twisted plugins, the site administrator should be sure the
cache is regenerated. Well-behaved package managers for such software should
take this task upon themselves, since it is trivially automatable. The
canonical way to regenerate the cache is to run the following Python code:

from twisted.plugin import IPlugin, getPlugins
list(getPlugins(IPlugin))



    _______________________________________________________

Reply to this item at:

  <http://gna.org/support/?2156>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to