How does py2exe actually -and simply explained- work? :)
- by sandra
Hi folks,
I have a c++ app that calls another python one (bundled into an exe with py2exe)
So I have 2 apps.
So I was wondering: What if my c++ did what py2exe does?
i.e. embed the python app in the c++ one. This way I won't depend on py2exe and its
configurations nighmares (yes, it has some)
Hence my questions:
how does py2exe work (so…