On 8/22/12 10:36 PM, jun xie wrote:
I have tow programs packed by pyinstaller2.0 running on windows, and I want one of them start by another and detach from it.I used this code to start a detached subprocess: subprocess.Popen(command, stdin=None, stdout=None, stderr=None, close_fds=True, creationflags=0x00000008) It works well when call every program from a python scripy, and call a normal program from program which pyinstaller packed, but it doesn't work when call a pyinstaller packed one from other programs pyinstaller packed.
This sounds like it might be related to http://www.pyinstaller.org/ticket/569, which I submitted. As the description says, I worked around it by "merging" two branches of PyInstaller in my working copy. If it does look like what you're experiencing, add a comment on the ticket.
-- Don Dwiggins Advanced Publishing Technology -- 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.
