From: Jonathan B. <jbr...@ea...> - 2006-05-24 13:40:43
|
Vpython-core2 is rapidly maturing as I'm working full-time on it right now. I am interested in the current availability of GtkGLExtmm in various Linux distros and Fink. So, please let me know if GtkGLExtmm 1.1.x or 1.2.0 is available for you. At this time, I'm coding to GtkGLExtmm 1.2, but I can make it backwards-compatible for 1.1 if there is a need. Thanks, -Jonathan Brandmeyer PS: GtkGLExt's ownership recently changed hands. The old maintainer was MIA, and a new fellow was sufficiently interested to take over. Not all services run by the project are admined by him yet, so the sourceforge webpage is out-of-date. GtkGLExtmm 1.2 can be found in the Files section of its sourceforge project page. |
From: Jon S. <js...@di...> - 2006-05-24 14:25:59
|
I'm working on a music visualization app and am wanting to use both jython and vpython. I assume vpython-core2 will continue to be jython-incompatible (?) but what about some kind of "sanctioned pipeline" for having these (or any?) two pythons inter-operating? =-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Jon Schull Associate Professor Information Technology Rochester Institute of Technology 102 Lomb Memorial Drive Rochester, New York 14623 sc...@di... fax: 978-246-0487 cell: 585-738-6696 On May 24, 2006, at 9:40 AM, Jonathan Brandmeyer wrote: > Vpython-core2 is rapidly maturing as I'm working full-time on it right > now. I am interested in the current availability of GtkGLExtmm in > various Linux distros and Fink. So, please let me know if GtkGLExtmm > 1.1.x or 1.2.0 is available for you. > > At this time, I'm coding to GtkGLExtmm 1.2, but I can make it > backwards-compatible for 1.1 if there is a need. > > Thanks, > -Jonathan Brandmeyer > > PS: GtkGLExt's ownership recently changed hands. The old > maintainer was > MIA, and a new fellow was sufficiently interested to take over. > Not all > services run by the project are admined by him yet, so the sourceforge > webpage is out-of-date. GtkGLExtmm 1.2 can be found in the Files > section of its sourceforge project page. > > > > ------------------------------------------------------- > All the advantages of Linux Managed Hosting--Without the Cost and > Risk! > Fully trained technicians. The highest number of Red Hat > certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=107521&bid=248729&dat=121642 > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > |
From: Flavio C. <fcc...@gm...> - 2006-05-24 22:12:53
|
On gentoo, I have version 1.0.1 marked stable and 1.1 marked unstable. No idea when 1.2 will be available, let alone stable... hope this helps, Fl=E1vio On 5/24/06, Jonathan Brandmeyer <jbr...@ea...> wrote: > Vpython-core2 is rapidly maturing as I'm working full-time on it right > now. I am interested in the current availability of GtkGLExtmm in > various Linux distros and Fink. So, please let me know if GtkGLExtmm > 1.1.x or 1.2.0 is available for you. > > At this time, I'm coding to GtkGLExtmm 1.2, but I can make it > backwards-compatible for 1.1 if there is a need. > > Thanks, > -Jonathan Brandmeyer > > PS: GtkGLExt's ownership recently changed hands. The old maintainer was > MIA, and a new fellow was sufficiently interested to take over. Not all > services run by the project are admined by him yet, so the sourceforge > webpage is out-of-date. GtkGLExtmm 1.2 can be found in the Files > section of its sourceforge project page. > > > > ------------------------------------------------------- > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications i= n > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D107521&bid=3D248729&dat= =3D121642 > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > --=20 Fl=E1vio Code=E7o Coelho registered Linux user # 386432 --------------------------- "Laws are like sausages. It's better not to see them being made." Otto von Bismark |
From: Jon S. <js...@di...> - 2006-05-25 15:49:31
|
> As far as I know Jython cant use any non-pure-python module...This has > to do with the code being compilable into java. > Fl=E1vio right. when I said "sanctioned pipeline" I was suggesting some kind =20 of communication protocol and configuration that would allow the two =20 pythons/libraries/interpreters to run side by side, communicate with, =20= and perhaps expose APIs to each other > On 5/24/06, Jon Schull <js...@di...> wrote: > >> I'm working on a music visualization app and am wanting to use both >> jython and vpython. >> >> I assume vpython-core2 will continue to be jython-incompatible (?) >> but what about some kind of "sanctioned pipeline" for having these >> (or any?) two pythons inter-operating? >> >> |