Re: [PyOpenGL-Users] runtime problem
Brought to you by:
mcfletch
From: Mike C. F. <mcf...@ro...> - 2003-02-18 23:38:23
|
I'm not a Unix/Linux guru, so I'm just grasping at straws here. I'm guessing you're not on RedHat, but here's the list of things I needed to install there to get compilation and running to work. glut-3.7-8.i386.rpm glut-devel-3.7-8.i386.rpm This was not available by default, needed to install it. python2.2.2-2.2.2-1.src.rpm python-2.2.2-7.i386.rpm python-devel-2.2.2-7.i386.rpm tkinter-2.2.2-7.i386.rpm This was not available by default AFAICS. tix-8.2.0b1-74.i386.rpm This was not available by default, is required by tkinter Numeric-22.0.tar "setup.py build install" swig-1.3.13.tar Just a standard install. I'm guessing (wild guess) that you're base GLUT install is not properly setup (can you run a C/C++ GLUT program?) or that somehow PyOpenGL isn't finding/binding the right GLUT .so? (Given that it's the libglut.so that's reporting the problem). Could it be that there's a problem with the X-server version? Doesn't seem likely to me, but I guess it could be a problem. Would be very helpful (for other people, who may use that OS) to know which OS you're running. Good luck, Mike William Trenker wrote: >I disabled Togl to see how much further the build went. It got all the way through but now when I try any of the examples I get this: > >~/PyOpenGL-2.0.1.03/OpenGL/Demo/simple# python GLE.py >Traceback (most recent call last): > File "GLE.py", line 10, in ? > from OpenGL.GLUT import * >ImportError: /usr/lib/libglut.so.3: undefined symbol: glXBindChannelToWindowSGIX >noodle:~/packages/src/PyOpenGL-2.0.1.03/OpenGL/Demo/simple# > >Obviously I have something missing. I've built lots of packages and have worked closely with Python for a couple of years. I feel pretty comfortable with building source packages. But I'm new at OpenGL and so I'm obviously misunderstanding some key aspect of the libraries needed by PyOpenGL. > >If it's of any significance, the build warned me that SWIG wasn't found. Also, I don't currently have Numeric installed. > >Thanks for any help you can give. > >Bill > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >PyOpenGL Homepage >http://pyopengl.sourceforge.net >_______________________________________________ >PyOpenGL-Users mailing list >PyO...@li... >https://lists.sourceforge.net/lists/listinfo/pyopengl-users > > > -- _______________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://members.rogers.com/mcfletch/ |