Message296749
There is something more I want to add: the bitness of the machine.
>>> platform.architecture()
('64bit', 'WindowsPE')
Display as '(64 bit)' or '(32 bit). For the moment, add this to the title since it will not necessarily fit after python version. See the doc note about Macs.
The reason has to do with import problems people report on Stackoverflow. One possible reason is having multiple interpreters, only some of which have a 3rd party module. Another is mismatched architecture.
At the same time, change the fg/bg to Mark's suggestion. |
|
Date |
User |
Action |
Args |
2017-06-24 00:27:13 | terry.reedy | set | recipients:
+ terry.reedy, kbk, roger.serwy, markroseman, cheryl.sabella |
2017-06-24 00:27:13 | terry.reedy | set | messageid: <1498264033.39.0.639578921756.issue24813@psf.upfronthosting.co.za> |
2017-06-24 00:27:13 | terry.reedy | link | issue24813 messages |
2017-06-24 00:27:11 | terry.reedy | create | |
|