lkzero

Results 2 comments of lkzero

Hello, i have solved the problem, you can turn m.msg into a str object. attach my code: str01 = m.msg.decode(encoding = "utf-8") raw = urllib.parse.unquote(str01)

> Hey! It looks like the problem lies in compiling the 3rd party pin library with recent GCC compilers (In my case: Ubuntu 18.04 with gcc-7). From [stackoverflow](https://stackoverflow.com/questions/32641328/makefile-misinterprets-gcc-version-for-intel-pin-on-fedora-22): > >...