On Oct 9, 2014 6:53 AM, "Gelonida N" <gelon...@gmail.com> wrote:
> I'm using Puthon 2.7 for the given project and there sys.meta_path is [].
>
> Just for fun I started Python3.3 and looked at it's meta_path, which
contained for example _frozen_importlib.PathFinder
>
> Unfortunately python 2.7 does not seem to have the package
_frozen_importlib
>
> So now the question seems to boil down to looking for the 2.7 equivalent
of python 3.3's _frozen_importlib.PathFinder

There is no equivalent. Prior to 3.3 that code was buried deeply in the
interpreter and not available to scripts. The reason for the change was to
expose more of the import machinery for exactly this kind of manipulation.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to