Python Swig : Importerror Wrong Elf Class: Elfclass64
I am trying to interface from python to c++ code via swig. I get the following error , while trying to execute my script. File './driver.py', line 4, in from fixMe
Solution 1:
It would appear, that the interpreter I thought I was using , was not the one in the file. This appears to be a non-issue.
Post a Comment for "Python Swig : Importerror Wrong Elf Class: Elfclass64"