Hi, I was trying to generate an executable using pyInstaller. It generated fine and after installation, it worked fine on the system on which it was generated. But when I installed it on a clean system which didn't have Visual studio (or any development tool) installed, it crashed with some exception (0xC00000FD or stack overflow). After that for debugging, when I installed Visual Studio on this system, it magically started to work fine. Does the executable generated by pyInstaller needs Visual Studio to be installed on the target machine?
Thanks, Abhishek -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To view this discussion on the web visit https://groups.google.com/d/msg/pyinstaller/-/ZMpdgSNEaeoJ. 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.
