cmd.py: importing matplotlib without X can raise RuntimeErrors.
authorW. Trevor King <wking@tremily.us>
Thu, 18 Oct 2012 18:09:53 +0000 (14:09 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 18 Oct 2012 18:09:53 +0000 (14:09 -0400)
commitd4be0cd34a3d6a0eb9452dd75f75ac325cb0cacb
tree2dbebaf215a854d5e0641553707f83bfee771522
parent6699608545c9f76975c5191e074fa764608ff5f4
cmd.py: importing matplotlib without X can raise RuntimeErrors.

For example, with the GTKAgg backend selected in
~/.matplotlib/matplotlibrc, running cmd.py without X raises:

  Traceback (most recent call last):
    File "./cmd.py", line 32, in <module>
      from matplotlib import pyplot as _pyplot
    ...
  RuntimeError: could not create GdkCursor object
doc/demo/cmd.py