Thanks a lot Daniel and Jonathan for your help, but unfortunately, I think I've tried everything without success...
* sudo apt-get install python-sparse tells me I have the up to date distribution * the deb link <http://matforge.org/fipy/downloader/download/release/16> seems to be broken temporarly, but actually I installed fipy in the first place using a deb file, I guess it was this one, and it comes with pysparse 1.1 (isn't it ?) * easy_install https://pysparse.svn.sourceforge.net/svnroot/pysparse/trunk sudo easy_install https://pysparse.svn.sourceforge.net/svnroot/pysparse/trunk install_dir /usr/local/lib/python2.6/dist-packages/ Downloading https://pysparse.svn.sourceforge.net/svnroot/pysparse/trunk error: Download error for https://pysparse.svn.sourceforge.net/svnroot/pysparse/trunk: [Errno 113] No route to host so I tried to install it manually, I downloaded the trunk tarball, and runned python setup.py install, and get the same errors as before Julien On Thu, Feb 24, 2011 at 4:39 PM, Jonathan Guyer <[email protected]> wrote: > > > On Feb 24, 2011, at 9:23 AM, Julien Derr wrote: > > > If I use easy_install, it install the version 1.1 only > > Hmmm, right. You can direct easy_install to get newer ones with, e.g. > > easy_install https://pysparse.svn.sourceforge.net/svnroot/pysparse/trunk > > but I agree with Wheeler. You should probably use the Ubuntu package > manager. > > >
