Issues compiling hunspell from source on windows

rusi rustompmody at gmail.com
Sun Jun 30 12:45:48 EDT 2013


On Sunday, June 30, 2013 9:24:46 PM UTC+5:30, Akshay Kayastha wrote:
> Hi I am trying to compile a python module called hunspell from the following 
> [source](https://pypi.python.org/pypi/hunspell).
> 

According to 
http://docs.python.org/2/extending/windows.html
you need to use the same compiler for the extension as used to compile python.

That means one of
1. Use the MSC version used for your python
2. Recompile python from source using mingw
3. Switch to linux :-)



More information about the Python-list mailing list