[Pyenchant-users] Dictionary installation on Windows
Brought to you by:
rynklly
From: Fredrik C. <fre...@gm...> - 2010-02-18 13:49:03
|
Hi, I'm using the wonderful PyEnchant lib for my application. I use Py2Exe and Innosetup to make an installer for the application and it works very well. But right now when a user wants to install a new dict they need to add it to the \share\enchant\myspell folder in the programs install dir. This is not a optimal solution for Windows Vista and Windows 7 as normal users are not supposed to write in the programs install folder (and Windows does some magic path redirection if user does it). The correct way would probably be to have the application tell enchant where to look for dicts (users settings folder). I looked briefly at the PyEncant doc and API and could not find a way to do this. Is it possible to do so? Regards, Fredrik |