Hi Dan, you don't really need to install them. The library can be in any directory in your python module path. However, the simplest thing is to have it in the same directory as graph-tool
Then, if the directory is not in your path, you call the program from inside that directory with ./graph-tool or giving the complete path to that directory Otherwise you can put the executable and the library in a directory that is in your path (if you type echo $PATH in a terminal window you have the list), for instance you can put both in /home/Dan(or whichever your home dir is)/bin This way you will be able to call the executable with graph-tool, instead of ./graph-tool If you want them to be accessible to every user you will choose /usr/local/bin (and again you can put the library in this same directory or in a different one as long as the other directory is in the python module path) At least, this works for me. Cheers, Andrea On Sunday 30 September 2007, Dan wrote: > Hi, > > I'm thinking to re-install the graph-tool. I've downloaded the precompiled > files but don't know how to install them. can anyone tell me how? > > thanks! > > > Dan _______________________________________________ graph-tool mailing list graph-tool@forked.de http://lists.forked.de/mailman/listinfo/graph-tool