[issue23233] TypeError in ./setup.py

2015-02-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It was old _sysconfigdata.py in the Lib/ directory. Now it is generated in build directory (build/lib.linux-i686-3.5 in my case). All works after removing Lib/_sysconfigdata.py. This issue may be considered as misconfiguration. No fix needed. -- res

[issue23233] TypeError in ./setup.py

2015-01-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: On one of my computer on one workspace it is reproduced constantly, but I don't know how to reproduce it from clean checkout. -- ___ Python tracker _

[issue23233] TypeError in ./setup.py

2015-01-13 Thread Ned Deily
Ned Deily added the comment: The patch LGTM (it doesn't hurt) but I'm not sure under what circumstances anyone would run into this problem. The only scenario I can think of is where somehow ./configure, Makefile, and setup.py are out-of-sync (not all at the same rev) and the Makefile should m

[issue23233] TypeError in ./setup.py

2015-01-13 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: After updating outdated workspace to current sources I got following error: $ make Traceback (most recent call last): File "./setup.py", line 26, in sysconfig.get_config_vars()['CFLAGS'] = cflags + ' ' + py_cflags_nodist TypeError: Can't convert 'None