##// END OF EJS Templates
Fixes in MANIFEST.in and ipcontroller.py...
Brian Granger -
Show More
@@ -64,7 +64,10 b' def make_tub(ip, port, secure, cert_file):'
64 64 if have_crypto:
65 65 tub = Tub(certFile=cert_file)
66 66 else:
67 raise SecurityError("OpenSSL is not available, so we can't run in secure mode, aborting")
67 raise SecurityError("""
68 OpenSSL/pyOpenSSL is not available, so we can't run in secure mode.
69 Try running without security using 'ipcontroller -xy'.
70 """)
68 71 else:
69 72 tub = UnauthenticatedTub()
70 73
@@ -1,7 +1,6 b''
1 include README_Windows.txt
2 include win32_manual_post_install.py
3 1 include ipython.py
4 2 include setupbase.py
3 include setupegg.py
5 4
6 5 graft scripts
7 6
General Comments 0
You need to be logged in to leave comments. Login now