[Twisted-Python] mktap searchpath

Jp Calderone exarkun at intarweb.us
Tue Jun 10 01:15:54 EDT 2003


On Tue, Jun 10, 2003 at 01:29:28PM +1000, Andre Perry wrote:
> When calling mktap with a twisted dir in the current directory the real
> twisted dir is not searched for plugins.tml.  The twisted dir in the
> current directory does not contain a plugins.tml file.
> 
> Is this the desired behaviour or a bug?

  This is the desired behavior.  You cannot have them both searched, or you
will end up with doubly registered plugins, each of which refer to whatever
modules come first in the python import search path -- which means we should
pick up the information from whichever plugins.tml file we find first too,
and ignore anything found later.

  Jp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://twistedmatrix.com/pipermail/twisted-python/attachments/20030610/3046994a/attachment.pgp 


More information about the Twisted-Python mailing list