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 :-)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to