On Fri, 2008-05-16 at 11:47 -0400, Garland, Ken R wrote: > Thanks, I was not aware of these debug options, it helped me find that > I had to load some modules by hand before things would work: > > from pywinauto.tests import allcontrols > from pywinauto.tests import asianhotkey > from pywinauto.tests import comboboxdroppedheight > from pywinauto.tests import comparetoreffont > from pywinauto.tests import leadtrailspaces > from pywinauto.tests import miscvalues > from pywinauto.tests import missalignment > from pywinauto.tests import missingextrastring > from pywinauto.tests import overlapping > from pywinauto.tests import translation > from pywinauto.tests import truncation > from pywinauto.application import Application > from pywinauto import findwindows > from pywinauto.findwindows import WindowNotFoundError > from pywinauto.application import Application > from pywinauto import taskbar > from pywinauto.controls.HwndWrapper import HwndWrapper >
I would call this a "bug" in PyInstaller, that is a missing hook to fully support pywinauto. If you want to help further, you should investigate if those modules are packaged within the executable even if you don't import them explicitly; if they don't, you should find out how they are imported by the main pywinauto's __init__, so that we can devise why PyInstaller cannot see that import. -- Giovanni Bajo Develer S.r.l. http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
