Re: builtins confusion

2018-11-05 Thread Robin Becker
On 05/11/2018 10:00, Thomas Jollans wrote: On 2018-11-05 10:47, Robin Becker wrote:     raise ImportError('This package should not be accessible on Python 3. '   'Either you are trying to run from the python-future src folder '   'or your installation

Re: builtins confusion

2018-11-05 Thread Thomas Jollans
On 2018-11-05 10:47, Robin Becker wrote: >     raise ImportError('This package should not be accessible on Python 3. ' >   'Either you are trying to run from the python-future > src folder ' >   'or your installation of python-future is corrupted.') It woul

builtins confusion

2018-11-05 Thread Robin Becker
For some reason I find my windows 32 bit python 2.7.13 has a package called builtins installed in site-packages. This creates confusion about how to look at builtins. The __init__.py looks like this from __future__ import absolute_import import sys __future_module__ = True if sys.version_info