Opened 16 years ago
Last modified 15 years ago
#334 new enhancement
Get ANUGA ready for Python 3.0 (aka py3k)
Reported by: | ole | Owned by: | everyone |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Compilation and installation | Version: | |
Severity: | minor | Keywords: | |
Cc: |
Description
ANUGA was tested for Python2.6 on 13th July 2009 but we need to move towards Python3.0 which the goal of Py2.6.
The way to see what needs to be done is to run ANUGA under Python2.6 using the -3 flag, e.g.
python -3 test_all.py
I started this process in changeset:7309 (the caching module).
Change History (1)
comment:1 Changed 15 years ago by
Priority: | normal → low |
---|---|
Severity: | normal → minor |
Note: See
TracTickets for help on using
tickets.
ANUGA in Python 3.0 depends on numpy 2.0, which will not be ready until some time in 2011. New code should adhere to the 3.0 standards as much as possible, but I think we should wait until numpy 2.0 is released and stable before beginning the porting effort.