dataflake.org

Home Documentation Software Old Stuff

WSGI usage : Error on registerMultiPlugin (Resolved)

Request LDAPMultiPlugins -- bug report -- by Ramon Navarro Bosch
Posted on Feb 17, 2009 11:12 am
Subscribe

Enter your email address to receive mail on every change to this issue.

Entries (Latest first)


  Resolve by Jens Vagelpohl on Feb 17, 2009 1:52 pm
  Thanks, good catch. I have fixed the problem in SVN:

http://svn.dataflake.org/viewvc?view=rev&revision=1709

I have also made a new egg release:

http://pypi.python.org/pypi/Products.LDAPMultiPlugins/1.8

 

  Initial Request by Ramon Navarro Bosch on Feb 17, 2009 11:12 am
  When we use LDAPMultiPlugin on a wsgi environment it complains because it tries to register plugin twice. On __init__.py we moved registerMultiPlugin calls out of initialize to solve the problem.