Closed sframe closed 12 years ago
Well, it pretty much tells you what's wrong: You don't run it inside X (DISPLAY
is not set, probably because this is a headless server). It also tells you what you can do: sudo apt-get install xvfb
and run the example with xvfb-run python drydemo.py
.
Thanks for the tip on running xvfb-run. I had no idea that existed nor how to invoke it.
@sframe: That's why I included that tip into the error message ;) Have a look at man xvfb-run
for more information.
Hope to get this working on my Linux server, because it works a treat on my Mac.
Thanks!