Skip to content

Instantly share code, notes, and snippets.

@tenko
Created September 18, 2014 21:33
Show Gist options
  • Save tenko/4d0f24c125e18ccfa0b4 to your computer and use it in GitHub Desktop.
Save tenko/4d0f24c125e18ccfa0b4 to your computer and use it in GitHub Desktop.
matplotlib fix for setup.py
--- old/setup.py 2014-08-26 04:24:27.000000000 +0200
+++ new/setup.py 2014-09-18 23:28:32.597091000 +0200
@@ -97,7 +97,7 @@
setupext.BackendGtk3Agg(),
setupext.BackendGtk3Cairo(),
setupext.BackendGtkAgg(),
- setupext.BackendTkAgg(),
+ #setupext.BackendTkAgg(),
setupext.BackendWxAgg(),
setupext.BackendGtk(),
setupext.BackendAgg(),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment