Bug#761980: program not importing ‘platform’ from standard library

2016-10-14 Thread Ben Finney
Control: tags -1 - moreinfo + unreproducible Control: notfound -1 python-setuptools/5.5.1-1 On 13-Oct-2016, Edward Welbourne wrote: > ... or a platform.py earlier in my custom PYTHONPATH - which, now > that I know what to look for, is exactly the problem. > > PEBKAC - sorry to waste your time -

Bug#761980: program not importing ‘platform’ from standard library

2016-10-13 Thread Edward Welbourne
> If you do find that ‘platform’ was imported from the > wrong place, that indicates a bug in the ‘slimit’ > program for not importing from the standard library. ... or a platform.py earlier in my custom PYTHONPATH - which, now that I know what to look for, is exactly the problem. PEBKAC

Bug#761980: program not importing ‘platform’ from standard library

2016-10-13 Thread Ben Finney
Control: tags -1 + moreinfo Control: retitle -1 program not importing ‘platform’ from standard library On 17-Sep-2014, Edward Welbourne wrote: > > import platform > ... > class MarkerEvaluation(object): > values = { > 'os_name': lambda: os.name, > 'sys_platform': lambda: sys.p