igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] igraph Python: ImportError: DLL load failed


From: Gabor Csardi
Subject: Re: [igraph] igraph Python: ImportError: DLL load failed
Date: Tue, 12 Feb 2008 14:01:04 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

On Tue, Feb 12, 2008 at 01:48:21PM +0100, Tamas Nepusz wrote:
[...]
> 1. These DLLs get installed in the same directory where the files of  
> the package will be. (Python root\Lib\site-packages\igraph). This can  
> be considered an advantage or a disadvantage as well: clearly we're  
> wasting space, but we can be sure that the required libraries are  
> installed along with the package. Alternatively, we could try to infer  
> the full path of the system32 subdirectory somehow and install our  
> DLLs there, risking that we're overwriting a previous version of  
> libxml2.

Installing into a system directory is definitely not a good solution.

> 2. The two DLLs are roughly 2 Mbytes, therefore effectively doubling  
> the size of the package.

That's probably too much. But, people who want to run igraph need to
install them anyway. In general i would be ready to sacrifice 2 Mb 
of disk space waste in favour of easy installation. But the decision 
is yours.

G.

-- 
Csardi Gabor <address@hidden>    UNIL DGM




reply via email to

[Prev in Thread] Current Thread [Next in Thread]