> [[ ^L clears screen, ^U kills line. F8 plot. ]] <--- NO F12 Not compiled with qt4 feature, qt4 not available or no $DISPLAY set. See http://bazaar.launchpad.net/~yade-dev/yade/trunk/annotate/head%3A/core/main/main.py.in#L140 where this is handled, you can insert a few print lines to see where it sets gui=None instead of gui='qt4'.
> Yade [1]: from PyQGLViewer import * > Yade [2]: from PyQt4.QtGui import * Don't do this, PyQGLViewer is not used anymore and it is not needed to use PyQt4 either. That is NOT the new qt4 interface. HTH, Vaclav _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

