Re: New version of PyNGL

From: Philip Austin <paustin_at_nyahnyahspammersnyahnyah>
Date: Sat, 11 Dec 2004 11:26:56 -0800

Mary Haley writes:
>
> Dear PyNGLers,
>
> I've just released a new version of PyNGL (0.1.1b3) that contains some
> new functionality and bug fixes. To see what's new
> and to download it, visit:

Here's an install report for Python-2.3.4 and Numeric-23.6 with
ScientificPython-2.4.9 and netcdf-3.5.1 on Mandrake 10.1 official.

1) Running pynglex -a builds all examples correctly.

2) Although the README says:
>
> Installation is simple:
>
> python setup.py install
>
> (the second command requires root privileges on many installations).
>

I needed to also edit setup.py to set

copy_files = False

From the comments above this line in setup.py, it seems like this should be
the default?

3) Although the README says

> Required: Python 2.3 or higher and Numeric 23.1 or higher.

installation fails for Python 2.4 because setup.py and pynglex
both rely on site.sitedirs. This variable has been removed
from the site module, and it's not clear to me what to use
as a replacement. Googling comp.lang.python and python-dev
didn't turn up anything.

Many thanks for PyNGL -- Phil
Received on Sat Dec 11 2004 - 12:26:56 MST

This archive was generated by hypermail 2.2.0 : Thu Jan 19 2006 - 21:30:17 MST