id summary reporter owner description type status milestone component version severity resolution keywords cc 5643 Python 3.2 compiling error ( PyUnicodeUCS2_AsWideChar ) pelotoescogorciao@… Stefan Seefeld "ibs\python\src\converter\builtin_converters.cpp(436) : error C2664: 'PyUnicodeUCS2_AsWideChar' : cannot convert parameter 1 from 'PyUnicodeObject *' to 'PyObject *' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast Solution: change libs\python\src\converter\builtin_converters.cpp(436) int err = PyUnicode_AsWideChar( /*(PyUnicodeObject *)*/intermediate // change this line, comment out the C style cast!!! " Bugs closed To Be Determined python USE GITHUB Problem duplicate