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,

--

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.

Reply via email to