builtins confusion

Robin Becker robin at reportlab.com
Mon Nov 5 06:28:06 EST 2018


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 of python-future is corrupted.')
> 
> It would appear that this is from the python-future package.
> 
> The PyPI page makes the "why?" fairly clear:
>    https://pypi.org/project/future/
> 

yes I think it comes from pefile which pyinstaller uses. Problem is that this module just hides an import error and  may change 
other people's attempts at feature recognition.
-- 
Robin Becker




More information about the Python-list mailing list