I have the proptietary ATI catalyst drivers and Ubuntu 11.04. I kept getting seg faults when using python visual. The libglapi-mesa workaround did not work, nor did installing libgtkglextmm-x11-1.2-dev. what did work was relinking to libGL.so.
sudo rm /usr/lib/x86_64-linux-gnu/libGL.so sudo ln -s /usr/lib/fglrx/libGL.so.1 /usr/lib/x86_64-linux-gnu/libGL.so -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/787932 Title: Segmentation Fault in python program using visual-python module after update to Natty Narwhal To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-visual/+bug/787932/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
