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:10:57 +0200

Hi Tamas,

my Python installation is the default one in Jaunty, i have the
directory and the files in the righ place, exactly where you suggested
to look for them.
Unsure on how to check the Python path, but if you refer to sys.path
it seems quite fine. Anyway, adding
'/usr/lib/python2.6/site-packages/igraph' to it, doesn't change the
thing.

Looks like in some way the files are there, but python is too lazy to
pick 'em up.
Guess my python just had lunch and wants to rest. :D

thank you, as always,

marco

--
restituiremo il riso ai salici



On Mon, May 18, 2009 at 3:58 PM, Tamas Nepusz <address@hidden> wrote:
> Hi Marco,
>
> Is there anything special in your Python installation? If you have
> installed python-igraph, it should have created a whole bunch of files
> under /usr/lib/python2.6/site-packages/igraph (same for 2.5 of course).
> Do you have these directories? If so, is
> /usr/lib/python2.6/site-packages on your Python path?
>
> --
> Tamas
>
>
> On Mon, May 18, 2009 at 03:50:06PM +0200, Marco wrote:
>> Hi all,
>>
>> i am using:
>> Linux 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009
>> i686 GNU/Linux
>> and it should be the last Ubuntu (Jaunty? I am a lil confused with all
>> the names :D ).
>>
>> When i use python-igraph:
>>
>> Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
>> [GCC 4.3.3] on linux2
>> Type "help", "copyright", "credits" or "license" for more information.
>> >>> import igraph
>> Traceback (most recent call last):
>>   File "<stdin>", line 1, in <module>
>> ImportError: No module named igraph
>>
>> even if:
>>
>> --> dpkg -l "*igraph*"
>> Desired=Unknown/Install/Remove/Purge/Hold
>> | 
>> Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
>> |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
>> uppercase=bad)
>> ||/ Name                        Version                     Description
>> +++-===========================-===========================-===================
>> ii  libigraph                   0.5.2                       A library
>> for creating and manipulating graphs
>> ii  libigraph-dev               0.5.2                       A library
>> for creating and manipulating graphs - development files
>> ii  python-igraph               0.5.2                       Python
>> interface for the igraph library
>> un  python-igraph-doc           <none>                      (no
>> description available)
>>
>> I installed using the debian repository.
>>
>> What am i doing wrong?
>> Any hints or pointers?
>>
>> (RTFMs are welcomed only if accompanied with the URL of the manual, tyvm)
>>
>> Thanks,
>>
>> marco
>>
>>
>> --
>> restituiremo il riso ai salici
>>
>>
>> _______________________________________________
>> igraph-help mailing list
>> address@hidden
>> http://lists.nongnu.org/mailman/listinfo/igraph-help
>
> _______________________________________________
> 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]