BIND 10 #1851: finding python modules should not append

BIND 10 Development do-not-reply at isc.org
Tue Apr 3 15:43:15 UTC 2012


#1851: finding python modules should not append
-------------------------------------+-------------------------------------
                   Reporter:  jreed  |                 Owner:
                       Type:         |                Status:  new
  defect                             |             Milestone:  New Tasks
                   Priority:         |            Resolution:
  medium                             |             Sensitive:  0
                  Component:         |           Sub-Project:  Core
  Unclassified                       |  Estimated Difficulty:  4
                   Keywords:         |           Total Hours:  0
            Defect Severity:  N/A    |
Feature Depending on Ticket:         |
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------
Description changed by jreed:

Old description:

> for example my installed bind10 has:
>
> {{{
> import sys; sys.path.append
> ('/var/users/jreed/dnsbench/work/master/201203272003
> 37/install/lib/python3.1/site-packages')
> ...
> from bind10_config import LIBEXECPATH
> }}}
>
> But LIBEXEC is from the /usr/local/lib/ version of bind10_config.py and
> not my version in my path above.
>
> This causes all types of confusion when communicating with wrong msgq and
> cfgmgr so gets wrong configurations.

New description:

 for example my installed bind10 has:

 {{{
 import sys; sys.path.append
 ('/var/users/jreed/dnsbench/work/master/201203272003
 37/install/lib/python3.1/site-packages')
 ...
 from bind10_config import LIBEXECPATH
 }}}

 But the LIBEXECPATH is defined from the /usr/local/lib/ version of
 bind10_config.py and not my version in my path above.

 This causes all types of confusion when communicating with wrong msgq and
 cfgmgr so gets wrong configurations.

--

-- 
Ticket URL: <http://bind10.isc.org/ticket/1851#comment:3>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list