Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #37896 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2013-01-29 14:52 -0500 |
| Last post | 2013-01-29 14:52 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Galry, a high-performance interactive visualization package in Python Terry Reedy <tjreedy@udel.edu> - 2013-01-29 14:52 -0500
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2013-01-29 14:52 -0500 |
| Subject | Re: Galry, a high-performance interactive visualization package in Python |
| Message-ID | <mailman.1191.1359489165.2939.python-list@python.org> |
On 1/29/2013 1:23 PM, Cyrille Rossant wrote: > The goal of this beta pre-release is to ensure that Galry can work on > the widest possible range of systems and graphics cards (OpenGL v2+ is > required). > <http://rossant.github.com/galry/> From that site: "Mandatory dependencies include Python 2.7," For a new, still-beta package, this is somewhat sad. 2.7 is 3.5 years old and has only 1.5 years of semi-normal maintainance left. It will be more like 1 year when you get to your final release. If you are not supporting anything before 2.7, it should not be hard to make your python code also support 3.x. Use the future imports for print and unicode. Others have written more guidelines. "Numpy, either PyQt4 or PySide, PyOpenGL, matplotlib" These all support 3.2,3.3 (PyOpenGl says 'experimental'). -- Terry Jan Reedy
Back to top | Article view | comp.lang.python
csiph-web