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

Skip to content

Commit 1d76f5f

Browse files
committed
disabling _wxagg on windows for now
svn path=/trunk/matplotlib/; revision=1938
1 parent 6042a4a commit 1d76f5f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setupext.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,8 @@ def build_wxagg(ext_modules, packages, numerix, abortOnFailure):
501501
# Avoid aborting the whole build process if `wx-config' can't be found and
502502
# BUILD_WXAGG in setup.py is set to "auto"
503503
if sys.platform == 'win32':
504-
pass # don't need config
504+
#pass # don't need config
505+
return # TODO: Fix _wxagg build on windows (linking issues)
505506

506507
elif wxconfig is None:
507508
print """

0 commit comments

Comments
 (0)