On Monday 30 of September 2013 13:55:18 Don Dwiggins wrote:
* On some machines that I install the executable+manifest on, there's no SxS folder for Microsoft.VC90.MFC. Thus, on those machines, you get an error dialog when trying to execute; this is due to the MFC dependency in the manifest. (I found that out by experimentation; on such a machine, I edited out this dependency, and the program ran with no problem.) What pyinstaller version do you use? 2.1? Could you please be more specific what machines (Windows version) were missing Microsoft.VC90.MFC? Are the Microsoft.VC90.MFC dlls bundled with your app? Microsoft.VC90.MFC is probably something that should be picked up and not depending on having it in SxS. I would expect pyinstaller to bundle Microsoft.VC90.MFC dlls. If these dlls are not bundled then there is probably a bug in pyinstaller. -- 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/groups/opt_out.
