Re: [PyOpenGL-Users] runtime problem
Brought to you by:
mcfletch
From: William T. <wdt...@ya...> - 2003-02-19 00:07:59
|
On Tue, 18 Feb 2003 18:37:59 -0500 "Mike C. Fletcher" <mcf...@ro...> wrote: > Would be very helpful (for other people, who may use that OS) to know > which OS you're running. I'm on a Linux 2.4.19 distro called Peanut Linux 9.3 (GLIBC-2.2.3, XFree86 Version 4.2.99.1). Peanut is a Redhat variant. Here's my glut installation: ~/packages/src/PyOpenGL-2.0.1.03# locate glut /usr/lib/libglut.so /usr/lib/libglut.so.3 /usr/lib/libglut.so.3.7 /usr/X11R6/include/GL/fglut.h /usr/X11R6/include/GL/glut.h For Python and Tkinter I have: ~/packages/src/PyOpenGL-2.0.1.03# python Python 2.2 (#1, Jan 13 2002, 21:39:33) [GCC 2.95.3 20010315 (release)] on linux-i386 >>> import Tkinter >>> print Tkinter.TkVersion 8.3 Thanks for helping, Mike. Bill |