Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 413e11f

Browse filesBrowse files
Jonas Camillus JeppesenMeeseeksDev[bot]
authored andcommitted
Backport PR #14316: Improve error message for kiwisolver import error (DLL load failed)
1 parent 619baed commit 413e11f
Copy full SHA for 413e11f

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎lib/matplotlib/__init__.py

Copy file name to clipboardExpand all lines: lib/matplotlib/__init__.py
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@ def compare_versions(a, b):
184184

185185

186186
def _check_versions():
187+
188+
# Quickfix to ensure Microsoft Visual C++ redistributable
189+
# DLLs are loaded before importing kiwisolver
190+
from . import ft2font
191+
187192
for modname, minver in [
188193
("cycler", "0.10"),
189194
("dateutil", "2.1"),

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.