Steve Lee <[EMAIL PROTECTED]> wrote: > Hmm, usually you don't import as the client code picks up the gen_py > files for early binding if they exist. Is there no explicit pyinstaller > support for makepy? I can't see anything.
Not that I know of. Explicitally importing it is a way to package it succesfully. > Actually I think you would need the __import__ function as the '-' in > the CLSID break the import syntax for me. > > FYI I have got a fix for EnsureDispatch() not using the support\gen_py > but have an edge condition to resolve before I submit a patch. OK let me know. I don't have time at the moment to investigate this failure but I will. Will you please open a ticket on the website so that I don't forget? Thanks! -- Giovanni Bajo _______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
