I have a problem at the import already. it seems it is looking for an absolute path when it should be a relative path.
after
import pyximport
pyximport.install()
import planarity
I get the error:
/.pyxbld/temp.linux-x86_64-2.7/pyrex/planarity/planarity.c:349:33: fatal error: src/graphStructures.h: No such file or directory #include "src/graphStructures.h" –
solved.
I cloned the git and tried to import from there.
Apparently I was complicating my life uselessly
a
sudo pip install planarity
solve the problem.
I have a problem at the import already. it seems it is looking for an absolute path when it should be a relative path. after import pyximport pyximport.install() import planarity
I get the error:
/.pyxbld/temp.linux-x86_64-2.7/pyrex/planarity/planarity.c:349:33: fatal error: src/graphStructures.h: No such file or directory #include "src/graphStructures.h" –
The files is there in .../planarity/src