From: Andrew M. <mo...@tb...> - 2001-04-12 20:32:56
|
Gary: I think this is the problem that is talked about on the website with regard to RH6.2. I was getting similar errors with my installation, until I copied over the cvisualmodule.so from the vpython website over the /usr/lib/python1.5/site-packages/cvisualmodule.so Now, everything is working PERFECTLY for me! Thank you so much, everyone, especially Ari... Andrew On Thu, 12 Apr 2001, Gary Huber wrote: > I have recently downloaded Visual Python; I'm running Red Hat 6.2. > I also have Mesa installed. When I enter python and > try to import VPython, I get this: > > Python 2.0 (#1, Oct 16 2000, 18:10:03) > [GCC 2.95.2 19991024 (release)] on linux2 > Type "copyright", "credits" or "license" for more information. > >>> import visual > Visual-2000-11-26 > Traceback (most recent call last): > File "<stdin>", line 1, in ? > File "/usr/local/lib/python2.0/site-packages/visual/__init__.py", line > 17, in ? > import cvisual > ImportError: /usr/lib/libgtkgl.so.4: undefined symbol: glXUseXFont > >>> > > I've tried putting my Mesa shared object file in many different > places, but with no luck. Am I missing another piece? I though > glXUseXFont is part of OpenGL. > > Thanks > > Gary > > > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > http://lists.sourceforge.net/lists/listinfo/visualpython-users > |