##// END OF EJS Templates
protect kernelapp/qtconsole from invalid connection files...
protect kernelapp/qtconsole from invalid connection files (clean error/exit, rather than crash) also use stdlib json to load connection file, not zmq.jsonapi, which can be jsonlib2, which will return Longs, causing TraitError.

File last commit:

r2460:e8303d57
r4986:64e90b1e
Show More
setupegg.py
6 lines | 156 B | text/x-python | PythonLexer
#!/usr/bin/env python
"""Wrapper to run setup.py using setuptools."""
# Import setuptools and call the actual setup
import setuptools
execfile('setup.py')