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.
If I add them to Analysis, compile() barfs in analyze_script(), while if I add them as DATA or BINARY to COLLECT(), they end up in C: \program files\MyProgram where MyEnchant cannot find them. EXTENSION, PYSOURCE or PYMODULE don't seem suitable either. Is this possible, or do I need to move to plan B - getting PyEnchant to look elsewhere for its data? Windows XP, PyEnchant-1.3.0, Python 2.4. Thanks in advance for any clues, Phil --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
