Ubuntu Musings
Quote:
| python Python 2.6.4 (r264:75706, Dec 7 2009, 18:45:15) [GCC 4.4.1] on linux2 Type “help”, “copyright”, “credits” or “license” for more information. >>> from visual import * >>> sphere() (<unknown>:8194): GdkGLExt-WARNING **: Cannot open \xa0\u001f\xc2\u0008L.so (<unknown>:8194): GdkGLExt-WARNING **: Cannot open \xa0\u001f\xc2\u0008L.so glibmm-ERROR **: aborting… |
….getting there!
Edit:Edit:
sudo apt-get install libgtkglextmm-x11-1.2-dev
seems to fix it, but the window is a little messed up (no boundary or anything). But it works! Thanks!


