Hi,
I've created import hook for wx.lib.activex (e.g. used by
wx.lib.iewin). The problem is that in nonfrozen application the
wx.lib.activex generates comtypes.gen.myole4ax library using comtypes.
In frozen this isn't done. If you don't execute application from sources
this module is not generated so pyInstaller during build doesn't include
it. My import hook simply impors wx.lib.activex so that
comtypes.gen.myole4ax is generated and then during pyInstaller build
process can be included.
regards,
Krzysztof Jakubczyk
--
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.
import wx.lib.activex #this is needed because comtypes wx.lib.activex generates
some files only in sources