Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c488aef

Browse files
committed
Added a comment about verifying your Tkinter.TkVersion when building
TkAgg. svn path=/trunk/matplotlib/; revision=175
1 parent cba39f4 commit c488aef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setupext.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ def add_pygtk_flags(module):
132132
(flag.startswith('-l') or flag.startswith('-L'))])
133133

134134

135+
# Make sure you use the Tk version given by Tkinter.TkVersion
136+
# or else you'll build for a wrong version of the Tcl
137+
# interpreter (leading to nasty segfaults).
135138
def add_tk_flags(module):
136139
'Add the module flags to build extensions which use tk'
137140

0 commit comments

Comments
 (0)