Trying to build the basic python extension example fails (windows)
- by Alexandros
Hello, I have Python 2.6 and Visual Studio 2008 running on a Win7 x64 machine.
When I try to build the basic python extension example in c "example_nt" as found in the python 2.6 sources distribution, it fails:
python setup.py build
And this results in:
running build
running build_ext
building 'aspell' extension
Traceback (most recent call…