I installed a 32 bit python and it still gives me the same error.
--
http://mail.python.org/mailman/listinfo/python-list
It appears you are using a 32 bit compiler with a 64-bit python.
Install a 32 bit python.
On Sun, Jun 30, 2013 at 11:54 AM, Akshay Kayastha wrote:
> Hi I am trying to compile a python module called hunspell from the following
> [source](https://pypi.python.org/pypi/hunspell).
>
> But I get the f
Haha... nooo I already use Linux. But I am currently doing a project that
required me to run my script on Windows as well as Linux. TO be precise I am
supposed to create a stand alone executable for my script which runs great on
Linux, but to create one for Windows I need to be able to run the s
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