Ticket #2339 defect closed fixed
twisted/plugins/__init__.py incorrectly considers other installations of Twisted
| Reported by: | radix | Owned by: | |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | therve, itamarst | Branch: | |
| Author: | Launchpad Bug: |
Description
If I have a system install of e.g. Twisted at /usr/lib/python2.4/site-packages/twisted, and a local install at ~/lib/python2.4/site-packages, and I make sure the latter is in my sys.path in such a way that "import twisted" picks up the copy in my home directory, plugin lookups will still honor plugins in the former location, to much sadness. It should probably not consider those plugins, since Python can't even import from that location.
Change History
Note: See
TracTickets for help on using
tickets.
