On Fri, Aug 20, 2010 at 7:29 AM, Luis Quesada wrote:
> Well,I just installed the latest version of networkx
> (http://pypi.python.org/packages/2.6/n/networkx/networkx-1.2-py2.6.egg#md5=bc60e43a7d3a8a63b5d6d422c329f373)
> and the issue is gone now.
>
> So please ignore my previous posts.
> Cheers,
On Mon, Aug 16, 2010 at 10:07 AM, Luis Quesada wrote:
> On 16/08/10 13:59, Fabio Zadrozny wrote:
>> On Wed, Aug 11, 2010 at 10:00 AM, Luis Quesada wrote:
>>
>>> Dear all,
>>>
>>> I am not sure whether the following is a problem on my side or a bug of
>>> Pydev.
>>> The following program works fin
On 16/08/10 13:59, Fabio Zadrozny wrote:
> On Wed, Aug 11, 2010 at 10:00 AM, Luis Quesada wrote:
>
>> Dear all,
>>
>> I am not sure whether the following is a problem on my side or a bug of
>> Pydev.
>> The following program works fine when executed from the prompt:
>>
>> import networkx as nx
On Wed, Aug 11, 2010 at 10:00 AM, Luis Quesada wrote:
> Dear all,
>
> I am not sure whether the following is a problem on my side or a bug of
> Pydev.
> The following program works fine when executed from the prompt:
>
> import networkx as nx
> DG=nx.DiGraph()
> CDG=nx.condensation(DG)
>
> However