I use a program named Trelby to write screenplays.
It is not an app you need to install, just unzip and copy the dir to /opt and start it by command line.
I installed it and ran it in VL Light Final, after installing wxWidgets, wxPython and lxml, which are needed.
Trelby ran perfectly.
I did the same in VL STD RC3, after updating and upgrading the system and installing wxWidgets, wxPython and lxml.
This time I got the following error:
import _gdi_
ImportError: /usr/lib/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/_gdi_.so: symbol _ZN14wxGnomePrintDC13GetResolutionEv, version WXU_2.8 not defined in file libwx_gtk2u_core-2.8.so.0 with link time reference
Anyone has an idea of what went wrong?