From: <ima...@gm...> - 2003-05-12 19:37:58
|
> > as a search on this list indicated, there are some people > > who have installed VPython under Debian Woody > > which I also use. > > But opposite to some previous posters who found it > > to be quite easy I am a bit stuck, since ./configure > > complains about missing gtkglarea which > > I am sure is installed. > > (At least everything dselect shows about gtkglarea) > > In fact I installed every package listed in a > > previous post on this topic. > > > > I cannot append the output of ./configure ... > > right now since I'm not at home, but > > should it be necessary I can send it later. > > At http://www.physics.colostate.edu/users/gelfand/VPcompiled.tgz > you'll find Visual Python compiled for Woody/i386. Move it > into /usr/lib/python2.2/site-packages and then tar xzf it. > (Maybe it should/could go into /usr/local/lib/python2.2/site-packages.) > If you get errors on importing visual then you'll know you're > missing some libraries. Thanks for your fast help, I think I got an idea now: Some of the libraries got installed into /usr/lib/python2.1/site-packages ^^ which is the woody default python version. (That solves a few of my other problems :-) ) Is there anything special I have to do when installing some of the required graphics libraries on woody? from visual import * works, but running a program I get: Visual-2002-07-22 Xlib: extension "GLX" missing on display ":0.0". Gtk-WARNING **: invalid cast from (NULL) pointer to `GtkWidget' OpenGL initialization failed. Unable to create OpenGL display widget Xlib: unexpected async reply (sequence 0x2b)! Also ./configure ... gives [snip] include checking GTHREAD_LIBS... -lgthread -lpthread -lglib checking GL... no checking GL with threads... no checking Mesa... no checking Mesa with pthreads... no configure: error: gtkglarea is required on Unix-like systems Seems that indeed some graphics library is missing or in the wrong directory. But gtkglarea5-dev 1.2.3-1 python-gtkglarea 0.6.9-3 gtkglarea5 1.2.3-1 are installed. Maybe my OpenGl support is broken? xlibmesa-dev xlibmesa3 are installed, and I'm a bit fixed here, since the NVidia kernel drivers require these special packages. Thanks for your help, Nikolai -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage! |