Gentoo Archives: gentoo-dev

From: "Tod M. Neidt" <tneidt@××××××.com>
To: "gentoo-dev@××××××××××.org" <gentoo-dev@××××××××××.org>
Subject: [gentoo-dev] Numerical python ebuild
Date: Mon, 25 Jun 2001 01:16:43
Message-Id: 3B36E5E7.40419038@fidnet.com
1 Hi!
2
3 Attached is an ebuild for the latest Numverical python module (v19.0.0)
4 that runs with python 2.0
5
6 The ebuild also installs the NumTut (numerical tutorial) package which
7 is useful for testing.
8
9 Although numerical python does not require tkinter it will use it if
10 available (i.e can do image processing)
11
12 If you emerge python-2.0-r4 with the tcltk USE set, you can test
13 numerical python by
14 starting up idle.py and executing the following commands in the python
15 shell:
16 >>> from NumTut import *
17 >>> view(greece)
18
19 you should see a pretty picture of greece.

Attachments

File name MIME type
Numeric-19.0.0.ebuild text/plain