[PyQt] Re: PyQt without X11
arnau
tokland at gmail.com
Thu Jul 30 10:04:50 BST 2009
Alberto Berti wrote:
> maybe you can try with xvfb, which is a fake xserver.
Thanks for the suggestion. Not the perfect solution, but this worked for me:
$ apt-get install xvfb
...
$ xvfb-run python myscript.py
I re-set GUIEnabled to True again, otherwise I still got a segmentation fault.
Truth is I'd wished I could have run the script without X11 since QWebPage opens
no windows (maybe it uses x11 internally, though).
thanks,
arnau
More information about the PyQt
mailing list