[PyQt] PyQt without X11

arnau tokland at gmail.com
Wed Jul 29 23:02:57 BST 2009


Hello,

I was wondering if it was possible to run PyQt without a X11 server when no GUI
is going to be used. I've tried with GUIenabled=False, but I still get a
segmentation fault:

---
GNU/Linux Debian Sid
python 2.5.4
python-qt 4.5.1
libqt4-webkit 4.5.2

$ python
Python 2.5.4 (r254:67916, Feb 18 2009, 03:00:47)
[GCC 4.3.3] on linux
>>> from PyQt4.QtGui import QApplication
>>> from PyQt4.QtWebKit import QWebPage
>>> QApplication([], False)
>>> webpage = QWebPage()
Segmentation fault

---

It might be a FAQ, but I've been unable to find an answer, sorry.

thanks,
arnau

---
http://code.google.com/p/spynner/



More information about the PyQt mailing list