Jan
29
set TraitsUI (PyFace) backend to Qt4
In a Python script:
import os
os.environ['ETS_TOOLKIT'] = 'qt4'
# Must be prior to any traits imports
In a shell script:
#!/bin/sh
export ETS_TOOLKIT="qt4"
(Also an attempt to quote source code in Tumblr a la this post)