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 509da9b

Browse filesBrowse files
committed
Fix for when pyparsing isn't present
1 parent 9290f57 commit 509da9b
Copy full SHA for 509da9b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎setupext.py

Copy file name to clipboardExpand all lines: setupext.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ def is_ok(self):
10991099
f = pyparsing.Forward()
11001100
f <<= pyparsing.Literal('a')
11011101
return f is not None
1102-
except TypeError:
1102+
except ImportError, TypeError:
11031103
return False
11041104

11051105
def check(self):

0 commit comments

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