Looks like simply using recent PyInstaller development version solved my issue. Thanks for help.

On 20.11.2012 12:34, Pavel Nikitenko wrote:
Different is that I have two EXE files generated via PyInstaller from python source codes.
If I run first exe, then the app starts ok even with PyEnchant support.
The second exe starts first exe with subprocess.Popen(args, cwd = os.getcwd()) command.
But if second exe is used to start the app, the app does not start.

Only difference in current version and previous version of the application is added PyEnchant support.

On 26.10.2012 19:33, Martin Zibricky wrote:
Pavel Nikitenko píše v Pá 26. 10. 2012 v 17:06 +0200:
But it does not work with my project. I need to manually copy all DLL
files of PyEnchant also with PyEnchant share and lib directories and
copy it into executable folder.
What is different in your project that it does not work?



--
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.

Reply via email to