Re: [python-win32] building a complicated Python application on Windows

2015-12-18 Thread Bill Janssen
Hmmm, I'm getting an error message from 'conda build': Warning: Couldn't find Visual Studio: 'C:\\Program Files (x86)\\Common Files\\Microsoft\\Vi...' So I guess installing conda-build doesn't do everything it needs to? How would I know which version of Visual Studio to install, and where to

Re: [python-win32] building a complicated Python application on Windows

2015-12-18 Thread Trent Nelson
Ah, so that's just the error that `python setup.py build` would have returned, it's not specific to conda-build. As for what version you need, that's where things get fun: - Python 2.7= Visual Studio 2008 - Python 3.0->3.4 = Visual Studio 2010 - Python