Monday, September 3, 2012

Windows Woes.

I installed Py2exe, and successfully produced a hello.exe executable. Apparently, Py2exe only works with Python2.6.

I then installed WinPython, which uses Python2.7, because it offers Numpy and Scipy, because I couldn't find a 64-bit NumPy installation for Python 2.6.

This raises the question, "Can I make an executable of a script importing NumPy, that uses Python2.7, using Py2exe, which uses Python2.6?" Stupid windows.