Is there any way inside pyqt, or in python, to determine what platform you are using? Specifically, I want to know if the widget is done in x11. I don't think I can check for x11 environment variables since I at least think mac can have x11 installed without using it for Qt. I need to know if the actual pyqt4 window is using X11. -Todd