On Wednesday, 27 August 2014 08:45:21 UTC+1, daniel szabo wrote: > > are you sure that this is not a com activation or initializaton error on > your 64 bit host? I would try to instantiate the com library first without > python wrapping
It works fine running from just the python script, not using pyInstaller. Building separate executables on both the 32-bit and 64-bit machines using pyInstaller --onefile and then running the appropriate executable for the machine in question works. I was just hoping to use the 32-bit executable on the 64-bit machine which seems otherwise to work fine... apart from anything to do with COM. Thanks. -- ange -- -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
