##// END OF EJS Templates
Fixing numerous bugs in ipcluster on Win32....
Fixing numerous bugs in ipcluster on Win32. * External processes are now started by calling "python.exe -u" * We find external process locations by importing them and using their __file__ attribute. This make the search robust against different ways of installing the scripts on Win32. * We now check to make sure that if the user wants to run in secure mode that pyOpenSSL is actually installed and working. This is now done in the controller, engine and ipcluster.
Administrator -
r1815:2d593d7e
Show More
Name Size Modified Last Commit Author
IPython
debian
docs
sandbox
scripts
setupext
test
tools
.checkeol Loading ...
.hgignore Loading ...
COPYING.txt Loading ...
MANIFEST.in Loading ...
README.txt Loading ...
ipykit.py Loading ...
ipython.py Loading ...
setup.py Loading ...
setup_bdist_egg.py Loading ...
setupbase.py Loading ...
setupegg.py Loading ...
setupexe.py Loading ...

==============
IPython README
==============

Overview
========

Welcome to IPython. Our documentation can be found in the docs/source
subdirectory. We also have ``.html`` and ``.pdf`` versions of this
documentation available on the IPython `website <http://ipython.scipy.org>`_.