absk píše v St 17. 10. 2012 v 00:02 -0700:
> 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?

I think it is related to the Microsoft Visual C++ 2008 Redistributable
Package.

In general, generated executables should work without installing it.
Probably some libraries were not included or the assembly manifest is
not properly generated.

Could you try to test simple 'hello world' app if that works without the
VS installed?

If it does, then you probably need to debug what's missing.

-- 
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.

Reply via email to