Thanks for the reply Mark. I did what you suggested. 
But now I'm getting an error like this.

Traceback (most recent call last):
  File "start.py", line 15, in <module>
    hunspell = cdll.LoadLibrary('/home/kuro/Desktop/notepad/Hunspellx64.dll')
  File "/usr/lib/python2.7/ctypes/__init__.py", line 443, in LoadLibrary
    return self._dlltype(name)
  File "/usr/lib/python2.7/ctypes/__init__.py", line 365, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: /home/kuro/Desktop/notepad/Hunspellx64.dll: invalid ELF header

I am really new to using ctypes and dll files. Can you please guide me out. 
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to