Ignore:
Timestamp:
Aug 21, 2006, 4:10:14 PM (18 years ago)
Author:
duncan
Message:

Hi all,
I'm doing a change in the anuga structure, moving the code to

\anuga_core\source\anuga

After you have done an svn update, the PYTHONPATH has to be changed to;
PYTHONPATH = anuga_core/source/

This is part of changes required to make installation of anuga quicker and reducing the size of our sandpits.

If any imports are broken, try fixing them. With adding anuga. to them for example. If this seems to have really broken things, email/phone me.

Cheers
Duncan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/pt_hedland_2006/export_results.py

    r3291 r3514  
    22import sys
    33
    4 from pyvolution.data_manager import sww2dem
    5 from pyvolution.ermapper_grids import read_ermapper_grid
    6 from pyvolution.util import Screen_Catcher
     4from anuga.pyvolution.data_manager import sww2dem
     5from anuga.pyvolution.ermapper_grids import read_ermapper_grid
     6from anuga.pyvolution.util import Screen_Catcher
    77from os import sep
    88
Note: See TracChangeset for help on using the changeset viewer.