hagberg / planarity

Planar graph algorithms
Other
39 stars 11 forks source link

Path problem #5

Closed isabeaups closed 9 years ago

isabeaups commented 9 years ago

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

isabeaups commented 9 years ago

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.