Bug#678036: [Python-modules-team] Bug#678036: 1.7~rc1 causes FTBFS in nipype 0.5.3-1

2012-06-18 Thread Yaroslav Halchenko
I wonder if smth like this would work (didn't even look what the graph is): python -c "import pickle, networkx as nx; nx.to_scipy_sparse_matrix(pickle.load(open('/tmp/graph2debug.dat')))" and see attachment On Mon, 18 Jun 2012, Sandro Tosi wrote: > Hello, > can you please provide a minimal te

Bug#678036: [Python-modules-team] Bug#678036: 1.7~rc1 causes FTBFS in nipype 0.5.3-1

2012-06-18 Thread Sandro Tosi
Hello, can you please provide a minimal test case I can use as example to forward upstream? thanks, Sandro On Mon, Jun 18, 2012 at 9:02 PM, Yaroslav Halchenko wrote: > Package: python-networkx > Version: 1.7~rc1-1 > Severity: serious > > I was about to upload a fix for #664944 but the build fail

Bug#678036: 1.7~rc1 causes FTBFS in nipype 0.5.3-1

2012-06-18 Thread Yaroslav Halchenko
Package: python-networkx Version: 1.7~rc1-1 Severity: serious I was about to upload a fix for #664944 but the build failed due to error while running unittests: == ERROR: Failure: ValueError (need more than 0 values to unpack) --