igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Python 2.7 + igraph


From: Håvard Wahl Kongsgård
Subject: Re: [igraph] Python 2.7 + igraph
Date: Tue, 9 Aug 2011 10:20:00 +0200

To build from source on linux(Ubuntu)

sudo apt-get install bzr
bzr branch lp:igraph/trunk
cd igraph/trunk
sh ./bootstrap.sh
./configure
make
sudo make install

the python interface is in interfaces/python

cd interfaces/python
python2.7 setup.py build
sudo python2.7 setup.py install

-Håvard

On Mon, Aug 8, 2011 at 10:47 PM,  <address@hidden> wrote:
> Haavard,
> sorry, meant to put you on distribution.
> =A
>
> ________________________________
> From: address@hidden
> To: address@hidden
> Sent: Monday, August 8, 2011 2:39:03 PM
> Subject: [igraph] Python 2.7 + igraph
>
> Hvard,
> I'd be very interested in hearing any details on how you managed to get it
> installed. I have tried both macports and easy_install. Are you using OS X?
>
> =A
>
>>Date: Fri, 5 Aug 2011 18:32:25 +0200
>>From: H?vard Wahl Kongsg?rd < address@hidden >
>>To: Help for igraph users < address@hidden >
>>Subject: Re: [igraph] Python 2.7 + igraph
>>Message-ID: <
>> address@hidden >
>>Content-Type: text/plain; charset=ISO-8859-1
>>
>>Hi, can confirm that the latest trunk version of igraph works with python
>> 2.7.
>>
>>-H?vard
>>
>>On Fri, Aug 5, 2011 at 6:21 PM, Robinson < address@hidden >
>> wrote:
>>> Has anyone had any luck getting igraph to load under Python 2.7? ?[I have
>>> seen the previous python 2.7 thread.]
>>>
>>> I haven't been able to successfully compile a new module using %sudo
>>> easy_install python-igraph so I've been using R for most of my grunt work.
>>>
>>> However, I understand that Lion has python 2.7 pre-installed so I'm
>>> getting a little more anxious to get igraph working under OS X.
>>>
>>> Has anyone had any success with an igraph build for python 2.7 under ?OS
>>> X 10.6 or 10.7?
>>>
>>> Cheers
>>> =A
>
>



reply via email to

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