On 23.07.2017 03:15, Jian wrote:
>
> Hi Stefan,
>
> I still got a assertion failed at Py_Initialize(). Below is the message.
>
> Program: C:\Python35\python35_d.dll
> File: ..\Objects\object.c
> Line: 84
> Expression: (op->_ob_prev == NULL) == (op->_ob_next == NULL)
And you get this output from th
Hi Stefan,
I still got a assertion failed at Py_Initialize(). Below is the message.
Program: C:\Python35\python35_d.dll
File: ..\Objects\object.c
Line: 84
Expression: (op->_ob_prev == NULL) == (op->_ob_next == NULL)
I also pasted mo code below. This function is invoked by a button click
fu