On Apr 17, 12:14 pm, pythonista <[EMAIL PROTECTED]> wrote: > I've added PyEnchant-1.3.0 to my program and cannot get PyInstaller > 1.3 to package it. PyEnchant stores its dictionaries in C: > \Python24\Lib\site-packages\enchant\share\enchant\myspell\. The files > in here are plain text files: en_US.dic, en_US.aff, etc. ...
I finally found what I need to do. For the record, from http://sourceforge.net/mailarchive/forum.php?thread_name=45346C4B.5070801%40rfk.id.au&forum_name=pyenchant-users "You need to copy both the "share" and "lib" dirs from the enchant site-packages directory nto the dir of the exe. "share" contains the dictionaries themselves, while "lib" contains the enchant myspell plugin." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
