On 02/12/2012 08:41 PM, Fabio wrote: >>> 6: If I look for python on the computer, I see there is both python2.6 >>> and python2.7 and python3 under usr/lib >> >> Try the same command as before, but with "python2.6" instead of "python". >> > > It says: > /Python 2.6.7 (r267:88850, Aug 11 2011, 12:16:10) > [GCC 4.6.1] on linux2/ > etc etc... and at import graph_tool it seems to work, meaning that no error > appears, and the prompt is ready for another command! > > So I tried the following command: > python2.6 first.py > and it worked! It created the PDF graph, as expected! > > So, the error is that graph_tool is installed in a python version that is > not the default one, is that right? > Which version should graph_tool be installed on? 2.6 or 2.7?
It seems graph-tool is installed against python 2.6 on ubuntu, so you have to use that version. In the next version I will make sure it is installed against the latest version. Cheers, Tiago -- Tiago de Paula Peixoto <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
