Feb-12-2017, 07:50 AM
(Feb-12-2017, 07:25 AM)wavic Wrote: Find it. You are using Linux so open /usr/include/python3.4m/ directory and look for pyconfig.h. It should be there. I just found it in my pyhon3.5/. If it is not there find it: # sudo or as rootsudo find / -xdev -name "pyconfig.h" - printWhen you have the location just copy the file in /usr/include/python3.4m/. Or make a sim link there to the actual file. with the same name.sudo ln -s /path_to_the_file/pyconfig.h /usr/include/python3.4m/pyconfig.hThis is safe and always can remove the link or the copy of the file.
Sir, I already found the pyconfig.h and it is in the same location (/usr/include/python3.4m/). Should I try editing the pyconfig.h?