I run Linux and loaded the python module, which should install without access to anyone but to my / home / user directory (I don't have root privileges or the ability to chase them).
This, of course, requires a Python source. I downloaded and placed this in the specified user directory.
When contacting the administrator to copy the correct files to / usr / include / python 2.7, this is the easiest way to do this, I hope for a more general and portable solution to this problem.
Changing only the data in the module source (MANIFEST.in, README.txt, setup.py, etc.), how can I add an arbitrary directory to the search path for Python.h and friends?
(Without the solution, "python setup.py build" will continue to return with the error "Python.h: There is no such file or directory")
Many thanks.
python build install setup.py include-path
ca2longoria
source share