igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] python-igraph is not found


From: Marco
Subject: Re: [igraph] python-igraph is not found
Date: Mon, 18 May 2009 16:22:20 +0200

Dear Tamas,

if I run that i get:

['', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2',
'/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old',
'/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages',
'/usr/lib/python2.6/dist-packages/PIL',
'/usr/lib/python2.6/dist-packages/gst-0.10',
'/var/lib/python-support/python2.6',
'/usr/lib/python2.6/dist-packages/gtk-2.0',
'/var/lib/python-support/python2.6/gtk-2.0',
'/usr/local/lib/python2.6/dist-packages']

Which doesn't cointain site-packages.

I don't know where to modify the path (unless putting my hands inside
the list sys.path returns), i linked (with ln -s) from site-packages
to dist-packages the igraph dir.

Ok, i know it's evil.
Ok, now it works, tho. :)

Any hints on why the site-packages is not in the path and on how to
get it in there?

TIA,

marco



--
restituiremo il riso ai salici



On Mon, May 18, 2009 at 4:15 PM, Tamas Nepusz <address@hidden> wrote:
>> Unsure on how to check the Python path, but if you refer to sys.path
>> it seems quite fine.
> Yup, I referred to sys.path which you can check by:
>
> python -c 'import sys;print sys.path'
>
> It should contain '/usr/lib/python2.6/site-packages' (without the igraph
> prefix).
>
> --
> Tamas
>
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help
>
>




reply via email to

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