On Feb 24, 2011, at 7:44 AM, Hartmut Goebel wrote:

> Am 24.02.2011 14:28, schrieb Raoul Snyman:
>> Make sure you have the correct information in that hook file. For
>> instance, you said that "import bluetooth" is a conditional import,
>> but your import file doesn't contain that. Try creating a hook file
>> for that hidden import?
> AS the OP wrote, the program runs fine on Windows 7. So it should not be
> a problem of a hidden import.
> 
> I suggest to look into the build .exe using ArchiveViewer.py to verify
> the required files are in. Since pybluez tries to load some compiled
> extensions, perhaps these fail to load. Maybe some additional required
> dll is missing or can not be loaded.

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

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?

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