Re: Helper selection and namespaces

2012-03-07 Thread David Paleino
On Wed, 07 Mar 2012 15:32:25 -0500, Scott Kitterman wrote: > >From the discussion in Bug #662965: > > > > ...packages sharing the same namespace must use the same helper. > > > > They can use different helpers if the package that is earlier in > > sys.path uses this trick: > > > > http://docs.p

Helper selection and namespaces

2012-03-07 Thread Scott Kitterman
>From the discussion in Bug #662965: > > ...packages sharing the same namespace must use the same helper. > > They can use different helpers if the package that is earlier in > sys.path uses this trick: > > http://docs.python.org/library/pkgutil.html#pkgutil.extend_path The multiple helper path