File: README.debian

package info (click to toggle)
python-biggles 1.6.4-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 628 kB
  • ctags: 789
  • sloc: python: 3,728; ansic: 1,103; makefile: 85; pascal: 42
file content (19 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

Notes on Debian 2.2:

The python-numeric package currently in stable is very old. If you are
using this version of Numeric, here are some hints on getting biggles
up and running.

 * uncomment the NUMERIC_CPPFLAGS line at the end of make.inc before
   compiling. This fixes a bug in the include path.

 * run the following command as root:

   % echo Numerical > /usr/lib/python1.5/site-packages/Numeric.pth

   This lets you load the module in python using "import Numeric".

 * example2.py won't work, since Numeric.RandomArray doesn't contain
   the normal() function.