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
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
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