Well, in that case you have not installed Cairo properly - you have to sort that out first so that "import cairo" works. This will probably solve your original problem as well.
T. T. On Mon, Oct 5, 2015 at 3:11 PM, patricia <[email protected]> wrote: > When I do the import of the cairo library, the following error occurs: > > Traceback (most recent call last): > File <stdin>, line 1, in <module> > File "C: \ Python27 \ lib \ site-packages \ cairo \ __ init__.py", line 1, > in <module> import * from _cairo > ImportError: DLL load failed: Could not find the specified module > >> Date: Mon, 5 Oct 2015 08:59:44 +0200 >> From: [email protected] >> To: [email protected] >> Subject: Re: [igraph] : error plot graph >> >> > I have instadado on my computer (windows operating system), and >> > python2.7.10 >> > pyCairo1.8.10 still the error persists. >> What happens if you type "import cairo" at the Python command prompt? >> >> T. >> >> _______________________________________________ >> igraph-help mailing list >> [email protected] >> https://lists.nongnu.org/mailman/listinfo/igraph-help > > _______________________________________________ > igraph-help mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/igraph-help > _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
