On Feb 24, 2011, at 2:09 PM, Florian Höch wrote:

> Am 24.02.2011 20:36, schrieb Michael Durian:
>> Interesting.  Were you able to verify what I'm seeing?  Namely, that
>> an executable built under W7 doesn't run under XP?
> 
> Yes.
> 
>> In case it helps, I'm attaching the output from ArchiverViewer from
>> both XP and W7.  Aside from those additional DLL's, the only other
>> difference I noticed was a size difference for inrprops.cpl.
> 
> That was helpful indeed. The system file called 'irprops.cpl' is what 
> introduces the three additional files present in the XP build (it doesn't 
> have those dependencies under W7), but it's only a side effect. That file 
> itself is the problem and needs to be excluded. Edit bindepend.py and add the 
> following line somewhere in the 'excludes' dictionary:
> 
>    'IRPROPS.CPL':1,
> 
> Then delete your build directory (important) and re-build.

Thank you.  I can confirm that that fixed the problem for me.

mike

-- 
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