View Single Post
Old 02-11-2019, 11:29 AM   #24
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,757
Karma: 206739468
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Try this: from a command prompt, type python3.

At the >>> prompt, type the following lines one-at-time followed by the Enter key after each one:

from ctypes.util import find_library
print(find_library("hunspell"))
print(find_library("hunspell-1.3"))
print(find_library("hunspell-1.6"))

Let me know what the output of each print command is. You can exit the python shell with quit() or exit()
DiapDealer is online now   Reply With Quote