We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16a057 commit 1caf4b1Copy full SHA for 1caf4b1
1 file changed
wolframclient/cli/commands/start_externalevaluate.py
@@ -24,7 +24,7 @@ def handle(self, port=None, installpath=None, **opts):
24
try:
25
zmq.Context
26
except ImportError as e:
27
- print("%s. Please install zmq. https://zeromq.org/languages/python/" % e, file=sys.stderr)
+ print("Error importing zmq: %s. Please install zmq. https://zeromq.org/languages/python/" % e, file=sys.stderr)
28
sys.stderr.flush()
29
sys.exit(1)
30
0 commit comments