Il giorno 02/mar/2012, alle ore 00:47, Don Dwiggins ha scritto: > I've successfully built a system of applications using MERGE, which works > beautifully on my development machine (which is running Win XP). This now > consists of several parallel folders, each with its own dependencies, plus a > "dummy" folder that gets analyzed first, and accumulates the common > dependencies. > > Unfortunately, I've run into a strange problem on a different machine > (running Win 7). When I start the initial application, I get the following > warning message: "file already exists but should not: <path to Temp > folder>\_MEI123456\pywintypes25.dll". After that, the application exits > quietly. > > Here's one possible clue: the dummy folder includes the file > pywintypes25.dll, 116KB in length. When I look at the _MEI folder, I see a > file named PyWinTypes25.dll (notice the upper case), 120KB in length -- this > makes me wonder if something is creating this file, then trying to create the > all-lower-case file on top of it. (Oddly, I see the mixed-case file on my > development machine as well, but no error or warning message is given.) > > Any help appreciated,
Try the branch "fix_merge_case" on github I just created and let me know if it fixes the bug. -- Giovanni Bajo :: [email protected] Develer S.r.l. :: http://www.develer.com My Blog: http://giovanni.bajo.it -- 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.
