From: Johan E. <jbc...@sw...> - 2012-09-12 22:25:10
|
On 12-9-2012 23:12, Johan Engelen wrote: > With a CMakeScript hack, I got cy2geom to build completely now. > > An install script is missing, so how do I test whether it actually > works? :) (I tried a bit, but without success). > For an example of a "working" install script: /py2geom/CMakeLists.txt > lines 116-... And I've gotten it to work now (from the src dir with all the built files). I do get this message: "RuntimeWarning: compiletime version 2.6 of module '_cy_primitives' does not match runtime version 2.7" but that does not seem to matter :-) I've never had Python 2.6 installed on this PC, and I installed Cython for 2.7... An important thing that is missing is a way to read/write SVG paths. Can you add bindings for the read_svgd and write_svgd functions (or something similar?) Let's see if we can get a very simple Python extension working with Inkscape (i.e. a mirror effect or something stupidly simple, but showing that cy2geom works)! Cheers, Johan |