From 4b7c52bdeb8a8b3b02a99b8f041e11ba4cd8a576 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 9 Dec 2022 15:11:40 -0600 Subject: Pjotr notes --- issues/genenetwork1/python2.4-2.7-upgrade | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 issues/genenetwork1/python2.4-2.7-upgrade (limited to 'issues/genenetwork1/python2.4-2.7-upgrade') diff --git a/issues/genenetwork1/python2.4-2.7-upgrade b/issues/genenetwork1/python2.4-2.7-upgrade new file mode 100644 index 0000000..d5dc7a9 --- /dev/null +++ b/issues/genenetwork1/python2.4-2.7-upgrade @@ -0,0 +1,17 @@ +# Upgrading from python 2.4 to 2.7 + +It may be a good idea to upgrade GN1 from 2.4 to 2.7. These links should help: + +=> https://docs.python.org/release/2.5/whatsnew/porting.html +=> https://docs.python.org/3/whatsnew/2.6.html#porting-to-python-2-6 +=> https://docs.python.org/3/whatsnew/2.7.html#porting-to-python-2-7 + +The main challenge will be to see if some of the shared libraries will work that we have in binary form (only). Test coverage is not so important - as long as we can fix stuff. Also the Apache module may be a bit different. Important to try and load that first. + +Note that GN1 also uses PHP5(?). + +# Tasks + +* [ ] test python 2.7 with apache +* [ ] run GN1 +* [ ] fix issues as we go along -- cgit v1.2.3