I am on a school computer, so I can\'t install anything.
I am trying to create C code which can be run in Python. It seems all the articles I am finding on it requi
I found the answer in ubuntuforums (ubuntuforums), you can just add this to your gcc '$(python-config --includes)'
gcc $(python-config --includes) urfile.c