As anybody can notice, MERGE function is changed. Now it accepts in input a list of tuple like in test*_multiprocess_ examples.
MERGE((b, __testdep__, __testdep__ + '.exe'), (a, __testname__, __testname__ + '.exe')) In order to avoid pathname dependency iussues, MERGE checks and repairs broken path before EXE and COLLECT phases. Names choosed in Analisys phase are simply IDs replaced during MERGE phase with the full correct name. -- 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.
