Re: [Python-Dev] SystemError: new style getargs format but argument is not a tuple

2017-01-05 Thread Serhiy Storchaka
On 05.01.17 06:43, Terry Reedy wrote: On 1/1/2017 6:40 PM, Serhiy Storchaka wrote: On 02.01.17 01:23, Terry Reedy wrote: There are several recent question on Stackoverflow about SystemError: new style getargs format but argument is not a tuple [snip] Resulting from using 3rd party packages.

Re: [Python-Dev] SystemError: new style getargs format but argument is not a tuple

2017-01-04 Thread Terry Reedy
On 1/1/2017 6:40 PM, Serhiy Storchaka wrote: On 02.01.17 01:23, Terry Reedy wrote: There are several recent question on Stackoverflow about SystemError: new style getargs format but argument is not a tuple [snip] Resulting from using 3rd party packages. No one commenting has a clue. Is mes

Re: [Python-Dev] SystemError: new style getargs format but argument is not a tuple

2017-01-01 Thread Serhiy Storchaka
On 02.01.17 01:23, Terry Reedy wrote: There are several recent question on Stackoverflow about SystemError: new style getargs format but argument is not a tuple PIL/pillow, 2.7, Nov 28, 2016 https://stackoverflow.com/questions/40844212/systemerror-new-style-getargs-format-but-argument-is-not-a-

[Python-Dev] SystemError: new style getargs format but argument is not a tuple

2017-01-01 Thread Terry Reedy
There are several recent question on Stackoverflow about SystemError: new style getargs format but argument is not a tuple PIL/pillow, 2.7, Nov 28, 2016 https://stackoverflow.com/questions/40844212/systemerror-new-style-getargs-format-but-argument-is-not-a-tuple-even-the-argum ImageDraw.draw.li