Prev: A daemon to call a function with configurable interval
Next: Python 2.4.4 Tkinter GUI Example for Modeless Dialog with Menu,Edit, List, Buttons, File Save etc.
From: Mark Lawrence on 17 Jun 2010 01:18 I'm like to go direct to Python 3.1 if possible, but if necessary I'll happily use Python 2.7 as an interim measure. However I'm uncertain as to the status of matplotlib and its dependency on numpy. I've tried googling their development mailing lists but don't really understand what the current situation is. Could somebody please recommend whether I take the direct or indirect route to Python 3.1. FWIW I'm on Windows Vista. TIA. Mark Lawrence.
From: Stephen Hansen on 17 Jun 2010 01:24 On 6/16/10 10:18 PM, Mark Lawrence wrote: > I'm like to go direct to Python 3.1 if possible, but if necessary I'll > happily use Python 2.7 as an interim measure. However I'm uncertain as > to the status of matplotlib and its dependency on numpy. I've tried > googling their development mailing lists but don't really understand > what the current situation is. Could somebody please recommend whether > I take the direct or indirect route to Python 3.1. FWIW I'm on Windows > Vista. Numpy isn't available for 3.1 yet. IIUC, its not That Terribly Awfully Long Away (meaning, some indeterminate time probably counted in months and not years), but its not there yet. -- Stephen Hansen ... Also: Ixokai ... Mail: me+list/python (AT) ixokai (DOT) io ... Blog: http://meh.ixokai.io/
From: Robert Kern on 17 Jun 2010 12:18
On 6/17/10 12:24 AM, Stephen Hansen wrote: > On 6/16/10 10:18 PM, Mark Lawrence wrote: >> I'm like to go direct to Python 3.1 if possible, but if necessary I'll >> happily use Python 2.7 as an interim measure. However I'm uncertain as >> to the status of matplotlib and its dependency on numpy. I've tried >> googling their development mailing lists but don't really understand >> what the current situation is. Asking those mailing lists is probably the best course. >> Could somebody please recommend whether >> I take the direct or indirect route to Python 3.1. FWIW I'm on Windows >> Vista. > > Numpy isn't available for 3.1 yet. IIUC, its not That Terribly Awfully > Long Away (meaning, some indeterminate time probably counted in months > and not years), but its not there yet. I believe it builds and passes most tests. Maybe not on Vista, though. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco |