File: README.Debian

package info (click to toggle)
python-networkx 0.32-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,332 kB
  • ctags: 1,020
  • sloc: python: 21,197; makefile: 67; sh: 11
file content (19 lines) | stat: -rw-r--r-- 758 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
python-networkx for Debian
--------------------------

As stated in the changelog, I put in Recommends: all the packages needed
to get the networkx/tests/test.py script run almost OK. We are still
missing a pyyaml package (providing a way to allow ``import yaml'' from
networkx code) to get the whole testsuite pass. Any hint appreciated.

To run the test:
  cd /usr/share/python-support/python-networkx/networkx/tests
  python test.py

To list the recommended packages:
  LANG=C apt-cache show python-networkx | grep ^Recommends:

After all these packages have been installed, you should have only one
test failing, because of the above-mentioned missing yaml module.

 -- Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>, Fri, 27 Oct 2006 23:12:26 +0200