PS G:\svn\Python\pythonnet\trunk\pythonnet\src\console\bin\Debug> python #should load EPD python
Version: 7.3-2 (64-bit)
Python 2.7.3 |EPD 7.3-2 (64-bit)| (default, Apr 12 2012, 15:20:16) [MSC v.1500 64 bit (AMD64)] on win32
Type "credits", "demo" or "enthought" for more information.
>>> import numpy; print numpy.__version__
1.6.1
>>> exit()
PS G:\svn\Python\pythonnet\trunk\pythonnet\src\console\bin\Debug> .\python.exe
Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy