Hey
Do you mind sharing how you compiled PythonQt with MinGW?
I have installed it, and GNU Make, however, I have encountered alot of errors:
PythonQtConversion.cpp:568: error: invalid conversion from `Py_UNICODE*' to `con
st ushort*'
...
PythonQtConversion.
cpp:568: error
: initializing argument
1 of `
static QString QString::fromUtf16(const ushort
*,
int)' ...
PythonQtConversion.cpp:568: error: invalid conversion from `Py_UNICODE*' to `con
st ushort*'
...
PythonQtConversion.cpp:568: error: initializing argument 1 of `static QString
QString::fromUtf16(const ushort*, int)'
...
To copy to clipboard, switch view to plain text mode
I am pretty new to Qt and c++ in general, so if you have a moment, maybe you can explain the process a little bit?
Many thanks in advance,
Jason
Bookmarks