Hi,

Am 24.02.2011 16:57, schrieb Michael Durian:
I've gone ahead and installed python and the dependancies I need under XP
so I can run PyInstaller on it.  I just used ArchiveViewer.py to compare the
.exe generated under XP to the one generated under Windows 7.  Aside from
some offset differences starting with irprops.cpl, the XP build does include 
some
files not found in the Windows 7 build.  Specifically,
        DEVMGR.DLL
        SETUPAPI.dll
        WMI.dll

Those look a lot like system DLLs to me. It could actually be necessary to add those to PyInstaller's exclude list. Does the executable generated in XP run in Windows 7?

Do I need to add those to a hook file as a hiddenimport?  Does anyone know
why they weren't picked up when PyInstaller ran under Windows 7?

Under Windows 7, a lot of the system functionality has been moved to different DLLs.

Regards
--
Florian Höch

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