I believe that I've read the posts that appear to relate to my problem
but nothing I've read looks like something I should pursue. The
executable I've built with PyInstaller 1.5.1 is throwing a traceback
and aborting when I execute it on a 32-bit Windows XP Pro SP3 machine.
It executes without problems on Windows 7 (64-bit and 32-bit) and
Windows Vista (64-bit) systems. I've built it on Windows 7 64-bit and
32-bit machines, and get the same results.

Traceback (most recent call last):
    File "<string>", line 17, in <module>
    File "C:\users\b\p\tst\d\pyinstaller-1.5.1\iu.py", line 436, in
importHook
    File "C:\users\b\p\tst\d\pyinstaller-1.5.1\iu.py", line 505, in
doimport
    File "C:\users\b\p\tst\d\pyinstaller-1.5.1\iu.py", line 297, in
getmod
    File "C:\users\b\p\tst\d\pyinstaller-1.5.1\iu.py", line 109, in
getmod
ImportError: DLL load failed: The specified procedure could not be
found.

The executable is built with the default --onedir flag. These are the
DLLs, Cython pyd files, and other files that appear in the folder
containing the main executable, which is called gui.exe. Some that
I've written myself I've left out.

support [folder]
     gen_py [folder]
         __init__.py [empty file]
API-MS-Win-Core-Debug-L1-1-0.dll
API-MS-Win-Core-ErrorHandling-L1-1-0.dll
API-MS-Win-Core-Fibers-L1-1-0.dll
API-MS-Win-Core-File-L1-1-0.dll
API-MS-Win-Core-Handle-L1-1-0.dll
API-MS-Win-Core-Heap-L1-1-0.dll
API-MS-Win-Core-IO-L1-1-0.dll
API-MS-Win-Core-LibraryLoader-L1-1-0.dll
API-MS-Win-Core-Localization-L1-1-0.dll
API-MS-Win-Core-Memory-L1-1-0.dll
API-MS-Win-Core-Misc-L1-1-0.dll
API-MS-Win-Core-NamedPipe-L1-1-0.dll
API-MS-Win-Core-ProcessEnvironment-L1-1-0.dll
API-MS-Win-Core-ProcessThreads-L1-1-0.dll
API-MS-Win-Core-Profile-L1-1-0.dll
API-MS-Win-Core-RtlSupport-L1-1-0.dll
API-MS-Win-Core-String-L1-1-0.dll
API-MS-Win-Core-Synch-L1-1-0.dll
API-MS-Win-Core-SysInfo-L1-1-0.dll
API-MS-Win-Core-ThreadPool-L1-1-0.dll
API-MS-Win-Core-Util-L1-1-0.dll
API-MS-Win-Security-Base-L1-1-0.dll
AVICAP32.dll
AVIFIL32.dll
bz2.pyd
cv.pyd
gdiplus.dll
gui.exe
gui.exe.manifest
kernel32.dll
KERNELBASE.dll
mfc90.dll
mfc90u.dll
mfcm90.dll
mfcm90u.dll
Microsoft.VC90.CRT.manifest
Microsoft.VC90.MFC.manifest
MSACM32.dll
msvcm90.dll
msvcp90.dll
msvcr90.dll
MSVFW32.dll
numpy.core.multiarray.pyd
numpy.core.scalarmath.pyd
numpy.core.umath.pyd
numpy.core._dotblas.pyd
numpy.core._sort.pyd
numpy.fft.fftpack_lite.pyd
numpy.lib._compiled_base.pyd
numpy.linalg.lapack_lite.pyd
numpy.random.mtrand.pyd
opencv_calib3d220.dll
opencv_core220.dll
opencv_features2d220.dll
opencv_flann220.dll
opencv_highgui220.dll
opencv_imgproc220.dll
opencv_legacy220.dll
opencv_ml220.dll
opencv_objdetect220.dll
opencv_video220.dll
pyexpat.pyd
python27.dll
pythoncom27.dll
PyWinTypes27.dll
select.pyd
sqlite3.dll
tcl85.dll
tesseract.exe
tk85.dll
unicodedata.pyd
utils.pyd
win32api.pyd
win32com.shell.shell.pyd
win32pdh.pyd
win32trace.pyd
win32ui.pyd
wx._aui.pyd
wx._controls_.pyd
wx._core_.pyd
wx._gdi_.pyd
wx._misc_.pyd
wx._stc.pyd
wx._windows_.pyd
wxbase28uh_net_vc.dll
wxbase28uh_vc.dll
wxmsw28uh_adv_vc.dll
wxmsw28uh_aui_vc.dll
wxmsw28uh_core_vc.dll
wxmsw28uh_html_vc.dll
wxmsw28uh_stc_vc.dll
_ctypes.pyd
_hashlib.pyd
_imaging.pyd
_multiprocessing.pyd
_socket.pyd
_sqlite3.pyd
_ssl.pyd
_tkinter.pyd
_win32sysloader.pyd

I tried running gui.exe without all of the API-MS* files present,
which someone (I believe it was Florian) suggested in another post,
but the executable still aborts. When I run Dependency Walker on
gui.exe, it says:

Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing
export function in a delay-load dependent module.

There are three modules in the Dependency Walker list of modules that
appear to be flagged:
GPSVC.DLL has an hourglass and a question mark in a yellow circle next
to it, and the adjacent message says, "Error opening file. The system
cannot find the file specified (2)."
IEFRAME.DLL has an hourglass and a *red* console window icon next to
it.
IESHIMS.DLL has an hourglass and a question mark in a yellow circle
next to it, and the adjacent message says, "Error opening file. The
system cannot find the file specified (2)."

The forum posts about these DLLs that I've read online say that these
aren't errors to worry about. Are they also the source of the
"Warning: At least one delay-load..." and "Warning: At least one
module..." messages in Dependency Walker?

Here's the output of building the executable on a 64-bit Windows
machine. Perhaps the informational lines are important; I'll leave
them in:

I: read old config from config.dat
I: computing EXE_dependencies
I: Finding TCL/TK...
W: library coredll.dll required via ctypes not found
I: Analyzing C:\Python27\DLLs\_tkinter.pyd
I: Adding tcl85.dll dependency of _tkinter.pyd
I: Adding tk85.dll dependency of _tkinter.pyd
I: Skipping KERNEL32.dll dependency of _tkinter.pyd
I: Adding python27.dll dependency of _tkinter.pyd
I: Skipping MSVCR90.dll dependency of _tkinter.pyd
I: Analyzing C:\Python27\DLLs\_hashlib.pyd
I: Skipping KERNEL32.dll dependency of _hashlib.pyd
I: Skipping USER32.dll dependency of _hashlib.pyd
I: Skipping ADVAPI32.dll dependency of _hashlib.pyd
I: Skipping MSVCR90.dll dependency of _hashlib.pyd
I: Analyzing C:\Python27\DLLs\_ctypes.pyd
I: Skipping KERNEL32.dll dependency of _ctypes.pyd
I: Skipping ole32.dll dependency of _ctypes.pyd
I: Skipping OLEAUT32.dll dependency of _ctypes.pyd
I: Skipping MSVCR90.dll dependency of _ctypes.pyd
I: Analyzing C:\Python27\DLLs\select.pyd
I: Skipping WS2_32.dll dependency of select.pyd
I: Skipping MSVCR90.dll dependency of select.pyd
I: Skipping KERNEL32.dll dependency of select.pyd
I: Analyzing C:\Python27\DLLs\unicodedata.pyd
I: Skipping MSVCR90.dll dependency of unicodedata.pyd
I: Skipping KERNEL32.dll dependency of unicodedata.pyd
I: Analyzing C:\Python27\DLLs\bz2.pyd
I: Skipping MSVCR90.dll dependency of bz2.pyd
I: Skipping KERNEL32.dll dependency of bz2.pyd
I: Analyzing C:\Python27\DLLs\tcl85.dll
I: Dependent assemblies of C:\Python27\DLLs\tcl85.dll:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Searching for assembly
x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none...
I: Found manifest C:\Windows\WinSxS\Manifests
\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91.
manifest
I: Searching for file msvcr90.dll
I: Found file C:\Windows\WinSxS
\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\msvcr90.dll
I: Searching for file msvcp90.dll
I: Found file C:\Windows\WinSxS
\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\msvcp90.dll
I: Searching for file msvcm90.dll
I: Found file C:\Windows\WinSxS
\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\msvcm90.dll
I: Adding Microsoft.VC90.CRT.manifest
I: Adding msvcr90.dll
I: Adding msvcp90.dll
I: Adding msvcm90.dll
I: Skipping KERNEL32.dll dependency of tcl85.dll
I: Skipping USER32.dll dependency of tcl85.dll
I: Skipping WS2_32.dll dependency of tcl85.dll
I: Skipping ADVAPI32.dll dependency of tcl85.dll
I: Analyzing C:\Python27\DLLs\tk85.dll
I: Dependent assemblies of C:\Python27\DLLs\tk85.dll:
I: X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
I: Dependent assemblies of C:\Python27\DLLs\tk85.dll:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping assembly X86_Microsoft.Windows.Common-
Controls_6595b64144ccf1df_6.0.0.0_none
I: Skipping KERNEL32.dll dependency of tk85.dll
I: Skipping USER32.dll dependency of tk85.dll
I: Skipping GDI32.dll dependency of tk85.dll
I: Skipping COMDLG32.dll dependency of tk85.dll
I: Skipping SHELL32.dll dependency of tk85.dll
I: Skipping ole32.dll dependency of tk85.dll
I: Skipping OLEAUT32.dll dependency of tk85.dll
I: Skipping COMCTL32.dll dependency of tk85.dll
I: Skipping ADVAPI32.dll dependency of tk85.dll
I: Skipping IMM32.dll dependency of tk85.dll
I: Analyzing C:\Windows\system32\python27.dll
I: Dependent assemblies of C:\Windows\system32\python27.dll:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping KERNEL32.dll dependency of python27.dll
I: Skipping USER32.dll dependency of python27.dll
I: Skipping ADVAPI32.dll dependency of python27.dll
I: Skipping SHELL32.dll dependency of python27.dll
I: Analyzing C:\Python27\python.exe
I: Dependent assemblies of C:\Python27\python.exe:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping KERNEL32.dll dependency of python.exe
I: found TCL/TK version 8.5
I: found TCL/TK version 8.5
I: could not find TCL/TK
I: testing for Zlib...
I: ... Zlib available
I: Testing for ability to set icons, version resources...
I: ... resource update available
I: Testing for Unicode support...
I: ... Unicode available
I: testing for UPX...
I: ...UPX unavailable
I: computing PYZ dependencies...
I: done generating config.dat
wrote C:\Users\b\p\tst\d\pyinstaller-1.5.1\gui\gui.spec
now run Build.py to build the executable
I: Dependent assemblies of C:\Python27\python.exe:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
checking Analysis
building Analysis because outAnalysis0.toc non existent
running Analysis outAnalysis0.toc
Analyzing: support\_mountzlib.py
Analyzing: support\useUnicode.py
Analyzing: ../src/gui.py
W: library coredll.dll required via ctypes not found
Analyzing: ../src/config.py
Analyzing: ../src/constants.py
Analyzing: ../src/globals_.py
Analyzing: ../src/plateButton.py
Analyzing: ../src/storage.py
Analyzing: ../src/deviceFiles/allDeviceConstants.py
Analyzing: ../src/deviceFiles/DROID_2.py
Analyzing: ../src/modulesToImport.py
W: pythoncom is changing it's name to pythoncom27
W: pywintypes is changing it's name to PyWinTypes27
I: Analyzing C:\Python27\python.exe
I: Dependent assemblies of C:\Python27\python.exe:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
Adding Microsoft.VC90.CRT to dependent assemblies of final executable
I: Searching for assembly
x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none...
I: Found manifest C:\Windows\WinSxS\Manifests
\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91.
manifest
I: Searching for file msvcr90.dll
I: Found file C:\Windows\WinSxS
\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\msvcr90.dll
I: Searching for file msvcp90.dll
I: Found file C:\Windows\WinSxS
\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\msvcp90.dll
I: Searching for file msvcm90.dll
I: Found file C:\Windows\WinSxS
\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\msvcm90.dll
I: Adding Microsoft.VC90.CRT.manifest
I: Adding msvcr90.dll
I: Adding msvcp90.dll
I: Adding msvcm90.dll
I: Adding python27.dll dependency of python.exe
I: Skipping KERNEL32.dll dependency of python.exe
I: Analyzing C:\Windows\system32\python27.dll
I: Dependent assemblies of C:\Windows\system32\python27.dll:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping KERNEL32.dll dependency of python27.dll
I: Skipping USER32.dll dependency of python27.dll
I: Skipping ADVAPI32.dll dependency of python27.dll
I: Skipping SHELL32.dll dependency of python27.dll
I: Analyzing C:\Python27\lib\site-packages\numpy\core\umath.pyd
I: Skipping KERNEL32.dll dependency of umath.pyd
I: Skipping msvcrt.dll dependency of umath.pyd
I: Skipping msvcrt.dll dependency of umath.pyd
I: Analyzing C:\Python27\lib\site-packages\win32\win32pdh.pyd
I: Adding pywintypes27.dll dependency of win32pdh.pyd
I: Skipping KERNEL32.dll dependency of win32pdh.pyd
I: Analyzing C:\Windows\system32\pywintypes27.dll
I: Skipping ADVAPI32.dll dependency of pywintypes27.dll
I: Skipping USER32.dll dependency of pywintypes27.dll
I: Skipping ole32.dll dependency of pywintypes27.dll
I: Skipping OLEAUT32.dll dependency of pywintypes27.dll
I: Skipping KERNEL32.dll dependency of pywintypes27.dll
I: Analyzing C:\Python27\lib\site-packages\numpy\lib
\_compiled_base.pyd
I: Skipping KERNEL32.dll dependency of _compiled_base.pyd
I: Skipping msvcrt.dll dependency of _compiled_base.pyd
I: Analyzing C:\Python27\lib\site-packages\numpy\random\mtrand.pyd
I: Skipping ADVAPI32.DLL dependency of mtrand.pyd
I: Skipping KERNEL32.dll dependency of mtrand.pyd
I: Skipping msvcrt.dll dependency of mtrand.pyd
I: Analyzing C:\Users\b\p\tst\d\src\screenProperties.pyd
I: Skipping KERNEL32.dll dependency of screenProperties.pyd
I: Analyzing C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx
\_aui.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages\wx-2.8-msw-
unicode\wx\_aui.pyd:
I: x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
Adding Microsoft.Windows.Common-Controls to dependent assemblies of
final executable
I: Skipping assembly x86_Microsoft.Windows.Common-
Controls_6595b64144ccf1df_6.0.0.0_none
I: Adding wxbase28uh_vc.dll dependency of _aui.pyd
I: Adding wxmsw28uh_core_vc.dll dependency of _aui.pyd
I: Adding wxmsw28uh_aui_vc.dll dependency of _aui.pyd
I: Skipping KERNEL32.dll dependency of _aui.pyd
I: Analyzing C:\Python27\DLLs\select.pyd
I: Skipping WS2_32.dll dependency of select.pyd
I: Skipping KERNEL32.dll dependency of select.pyd
I: Analyzing C:\Users\b\p\tst\d\src\replayProcess.pyd
I: Skipping KERNEL32.dll dependency of replayProcess.pyd
I: Analyzing C:\Python27\DLLs\unicodedata.pyd
I: Skipping KERNEL32.dll dependency of unicodedata.pyd
I: Analyzing C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx
\_controls_.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages\wx-2.8-msw-
unicode\wx\_controls_.pyd:
I: x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
I: Skipping assembly x86_Microsoft.Windows.Common-
Controls_6595b64144ccf1df_6.0.0.0_none
I: Adding wxmsw28uh_adv_vc.dll dependency of _controls_.pyd
I: Skipping KERNEL32.dll dependency of _controls_.pyd
I: Analyzing C:\Python27\lib\site-packages\numpy\core\scalarmath.pyd
I: Skipping KERNEL32.dll dependency of scalarmath.pyd
I: Skipping msvcrt.dll dependency of scalarmath.pyd
I: Skipping msvcrt.dll dependency of scalarmath.pyd
I: Analyzing C:\Python27\DLLs\_tkinter.pyd
I: Adding tcl85.dll dependency of _tkinter.pyd
I: Adding tk85.dll dependency of _tkinter.pyd
I: Skipping KERNEL32.dll dependency of _tkinter.pyd
I: Analyzing C:\Python27\lib\site-packages\numpy\fft\fftpack_lite.pyd
I: Skipping KERNEL32.dll dependency of fftpack_lite.pyd
I: Skipping msvcrt.dll dependency of fftpack_lite.pyd
I: Analyzing C:\Users\b\p\tst\d\src\adbTransport.pyd
I: Skipping KERNEL32.dll dependency of adbTransport.pyd
I: Analyzing C:\Python27\lib\site-packages\win32\_win32sysloader.pyd
I: Skipping KERNEL32.dll dependency of _win32sysloader.pyd
I: Analyzing C:\Users\b\p\tst\d\src\cylevenshtein.pyd
I: Skipping KERNEL32.dll dependency of cylevenshtein.pyd
I: Analyzing C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx
\_windows_.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages\wx-2.8-msw-
unicode\wx\_windows_.pyd:
I: x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
I: Skipping assembly x86_Microsoft.Windows.Common-
Controls_6595b64144ccf1df_6.0.0.0_none
I: Adding wxmsw28uh_html_vc.dll dependency of _windows_.pyd
I: Skipping KERNEL32.dll dependency of _windows_.pyd
I: Analyzing C:\Python27\DLLs\_hashlib.pyd
I: Skipping KERNEL32.dll dependency of _hashlib.pyd
I: Skipping USER32.dll dependency of _hashlib.pyd
I: Skipping ADVAPI32.dll dependency of _hashlib.pyd
I: Analyzing C:\Python27\DLLs\bz2.pyd
I: Skipping KERNEL32.dll dependency of bz2.pyd
I: Analyzing C:\Python27\DLLs\_ssl.pyd
I: Skipping WS2_32.dll dependency of _ssl.pyd
I: Skipping KERNEL32.dll dependency of _ssl.pyd
I: Skipping USER32.dll dependency of _ssl.pyd
I: Skipping ADVAPI32.dll dependency of _ssl.pyd
I: Analyzing C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx
\_core_.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages\wx-2.8-msw-
unicode\wx\_core_.pyd:
I: x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
I: Skipping assembly x86_Microsoft.Windows.Common-
Controls_6595b64144ccf1df_6.0.0.0_none
I: Adding wxbase28uh_net_vc.dll dependency of _core_.pyd
I: Skipping KERNEL32.dll dependency of _core_.pyd
I: Analyzing C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx
\_misc_.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages\wx-2.8-msw-
unicode\wx\_misc_.pyd:
I: x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
I: Skipping assembly x86_Microsoft.Windows.Common-
Controls_6595b64144ccf1df_6.0.0.0_none
I: Skipping USER32.dll dependency of _misc_.pyd
I: Skipping KERNEL32.dll dependency of _misc_.pyd
I: Analyzing C:\Windows\system32\pythoncom27.dll
I: Skipping OLEAUT32.dll dependency of pythoncom27.dll
I: Skipping ole32.dll dependency of pythoncom27.dll
I: Skipping USER32.dll dependency of pythoncom27.dll
I: Skipping KERNEL32.dll dependency of pythoncom27.dll
I: Analyzing C:\Windows\system32\kernel32.dll
I: Adding API-MS-Win-Core-RtlSupport-L1-1-0.dll dependency of
kernel32.dll
I: Skipping ntdll.dll dependency of kernel32.dll
I: Adding KERNELBASE.dll dependency of kernel32.dll
I: Adding API-MS-Win-Core-ProcessThreads-L1-1-0.dll dependency of
kernel32.dll
I: Adding API-MS-Win-Core-Heap-L1-1-0.dll dependency of kernel32.dll
I: Adding API-MS-Win-Core-Memory-L1-1-0.dll dependency of kernel32.dll
I: Adding API-MS-Win-Core-Handle-L1-1-0.dll dependency of kernel32.dll
I: Adding API-MS-Win-Core-Synch-L1-1-0.dll dependency of kernel32.dll
I: Adding API-MS-Win-Core-File-L1-1-0.dll dependency of kernel32.dll
I: Adding API-MS-Win-Core-IO-L1-1-0.dll dependency of kernel32.dll
I: Adding API-MS-Win-Core-ThreadPool-L1-1-0.dll dependency of
kernel32.dll
I: Adding API-MS-Win-Core-LibraryLoader-L1-1-0.dll dependency of
kernel32.dll
I: Adding API-MS-Win-Core-NamedPipe-L1-1-0.dll dependency of
kernel32.dll
I: Adding API-MS-Win-Core-Misc-L1-1-0.dll dependency of kernel32.dll
I: Adding API-MS-Win-Core-SysInfo-L1-1-0.dll dependency of
kernel32.dll
I: Adding API-MS-Win-Core-Localization-L1-1-0.dll dependency of
kernel32.dll
I: Adding API-MS-Win-Core-ProcessEnvironment-L1-1-0.dll dependency of
kernel32.dll
I: Adding API-MS-Win-Core-String-L1-1-0.dll dependency of kernel32.dll
I: Adding API-MS-Win-Core-Debug-L1-1-0.dll dependency of kernel32.dll
I: Adding API-MS-Win-Core-ErrorHandling-L1-1-0.dll dependency of
kernel32.dll
I: Adding API-MS-Win-Core-Fibers-L1-1-0.dll dependency of kernel32.dll
I: Adding API-MS-Win-Core-Util-L1-1-0.dll dependency of kernel32.dll
I: Adding API-MS-Win-Core-Profile-L1-1-0.dll dependency of
kernel32.dll
I: Adding API-MS-Win-Security-Base-L1-1-0.dll dependency of
kernel32.dll
I: Analyzing C:\Python27\DLLs\_ctypes.pyd
I: Skipping ole32.dll dependency of _ctypes.pyd
I: Skipping OLEAUT32.dll dependency of _ctypes.pyd
I: Analyzing C:\Python27\lib\site-packages\numpy\core\_sort.pyd
I: Skipping msvcrt.dll dependency of _sort.pyd
I: Skipping msvcrt.dll dependency of _sort.pyd
I: Analyzing C:\Python27\lib\site-packages\cv.pyd
I: Adding opencv_core220.dll dependency of cv.pyd
I: Adding opencv_imgproc220.dll dependency of cv.pyd
I: Adding opencv_video220.dll dependency of cv.pyd
I: Adding opencv_ml220.dll dependency of cv.pyd
I: Adding opencv_features2d220.dll dependency of cv.pyd
I: Adding opencv_highgui220.dll dependency of cv.pyd
I: Adding opencv_calib3d220.dll dependency of cv.pyd
I: Adding opencv_objdetect220.dll dependency of cv.pyd
I: Adding opencv_legacy220.dll dependency of cv.pyd
I: Adding MSVCP100.dll dependency of cv.pyd
I: Adding MSVCR100.dll dependency of cv.pyd
I: Analyzing C:\Python27\lib\site-packages\Pythonwin\win32ui.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages\Pythonwin
\win32ui.pyd:
I: x86_Microsoft.VC90.MFC_1fc8b3b9a1e18e3b_9.0.21022.8_none
Adding Microsoft.VC90.MFC to dependent assemblies of final executable
I: Searching for assembly
x86_Microsoft.VC90.MFC_1fc8b3b9a1e18e3b_9.0.21022.8_none...
I: Found manifest C:\Windows\WinSxS\Manifests
\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.21022.8_none_b81d038aaf540e86.
manifest
I: Searching for file mfc90.dll
I: Found file C:\Windows\WinSxS
\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.21022.8_none_b81d038aaf540e86\mfc90.dll
I: Searching for file mfc90u.dll
I: Found file C:\Windows\WinSxS
\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.21022.8_none_b81d038aaf540e86\mfc90u.dll
I: Searching for file mfcm90.dll
I: Found file C:\Windows\WinSxS
\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.21022.8_none_b81d038aaf540e86\mfcm90.dll
I: Searching for file mfcm90u.dll
I: Found file C:\Windows\WinSxS
\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.21022.8_none_b81d038aaf540e86\mfcm90u.dll
I: Adding Microsoft.VC90.MFC.manifest
I: Adding mfc90.dll
I: Adding mfc90u.dll
I: Adding mfcm90.dll
I: Adding mfcm90u.dll
I: Skipping USER32.dll dependency of win32ui.pyd
I: Skipping GDI32.dll dependency of win32ui.pyd
I: Skipping WINSPOOL.DRV dependency of win32ui.pyd
I: Skipping SHELL32.dll dependency of win32ui.pyd
I: Skipping OLEAUT32.dll dependency of win32ui.pyd
I: Analyzing C:\Users\b\p\tst\d\src\utils.pyd
I: Analyzing C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx
\_gdi_.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages\wx-2.8-msw-
unicode\wx\_gdi_.pyd:
I: x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
I: Skipping assembly x86_Microsoft.Windows.Common-
Controls_6595b64144ccf1df_6.0.0.0_none
I: Analyzing C:\Python27\DLLs\pyexpat.pyd
I: Analyzing C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx
\_stc.pyd
I: Dependent assemblies of C:\Python27\lib\site-packages\wx-2.8-msw-
unicode\wx\_stc.pyd:
I: x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
I: Skipping assembly x86_Microsoft.Windows.Common-
Controls_6595b64144ccf1df_6.0.0.0_none
I: Adding wxmsw28uh_stc_vc.dll dependency of _stc.pyd
I: Analyzing C:\Python27\lib\site-packages\win32\win32trace.pyd
I: Skipping ADVAPI32.dll dependency of win32trace.pyd
I: Analyzing C:\Python27\lib\site-packages\numpy\core\multiarray.pyd
I: Skipping msvcrt.dll dependency of multiarray.pyd
I: Skipping msvcrt.dll dependency of multiarray.pyd
I: Analyzing C:\Python27\lib\site-packages\win32comext\shell\shell.pyd
I: Skipping SHELL32.dll dependency of shell.pyd
I: Skipping OLEAUT32.dll dependency of shell.pyd
I: Skipping ole32.dll dependency of shell.pyd
I: Adding pythoncom27.dll dependency of shell.pyd
I: Analyzing C:\Python27\DLLs\_multiprocessing.pyd
I: Skipping WS2_32.dll dependency of _multiprocessing.pyd
I: Analyzing C:\Python27\lib\site-packages\PIL\_imaging.pyd
I: Skipping USER32.dll dependency of _imaging.pyd
I: Skipping GDI32.dll dependency of _imaging.pyd
I: Analyzing C:\Users\b\p\tst\d\src\recorder.pyd
I: Analyzing C:\Users\b\p\tst\d\src\ocrBoxProcess.pyd
I: Analyzing C:\Python27\lib\site-packages\numpy\linalg
\lapack_lite.pyd
I: Skipping msvcrt.dll dependency of lapack_lite.pyd
I: Skipping msvcrt.dll dependency of lapack_lite.pyd
I: Analyzing C:\Python27\lib\site-packages\win32\win32api.pyd
I: Skipping USER32.dll dependency of win32api.pyd
I: Skipping ADVAPI32.dll dependency of win32api.pyd
I: Skipping SHELL32.dll dependency of win32api.pyd
I: Skipping VERSION.dll dependency of win32api.pyd
I: Skipping POWRPROF.dll dependency of win32api.pyd
I: Analyzing C:\Python27\DLLs\_sqlite3.pyd
I: Adding sqlite3.dll dependency of _sqlite3.pyd
I: Analyzing C:\Python27\DLLs\_socket.pyd
I: Skipping WS2_32.dll dependency of _socket.pyd
I: Analyzing C:\Python27\lib\site-packages\numpy\core\_dotblas.pyd
I: Skipping msvcrt.dll dependency of _dotblas.pyd
I: Analyzing C:\Windows\system32\pywintypes27.dll
I: Skipping ADVAPI32.dll dependency of pywintypes27.dll
I: Skipping USER32.dll dependency of pywintypes27.dll
I: Skipping ole32.dll dependency of pywintypes27.dll
I: Skipping OLEAUT32.dll dependency of pywintypes27.dll
I: Analyzing C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx
\wxbase28uh_vc.dll
I: Skipping USER32.dll dependency of wxbase28uh_vc.dll
I: Skipping SHELL32.dll dependency of wxbase28uh_vc.dll
I: Skipping ole32.dll dependency of wxbase28uh_vc.dll
I: Skipping ADVAPI32.dll dependency of wxbase28uh_vc.dll
I: Analyzing C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx
\wxmsw28uh_core_vc.dll
I: Adding gdiplus.dll dependency of wxmsw28uh_core_vc.dll
I: Skipping USER32.dll dependency of wxmsw28uh_core_vc.dll
I: Skipping GDI32.dll dependency of wxmsw28uh_core_vc.dll
I: Skipping COMDLG32.dll dependency of wxmsw28uh_core_vc.dll
I: Skipping WINSPOOL.DRV dependency of wxmsw28uh_core_vc.dll
I: Skipping SHELL32.dll dependency of wxmsw28uh_core_vc.dll
I: Skipping COMCTL32.dll dependency of wxmsw28uh_core_vc.dll
I: Skipping ole32.dll dependency of wxmsw28uh_core_vc.dll
I: Skipping OLEAUT32.dll dependency of wxmsw28uh_core_vc.dll
I: Skipping RPCRT4.dll dependency of wxmsw28uh_core_vc.dll
I: Analyzing C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx
\wxmsw28uh_aui_vc.dll
I: Skipping USER32.dll dependency of wxmsw28uh_aui_vc.dll
I: Skipping GDI32.dll dependency of wxmsw28uh_aui_vc.dll
I: Analyzing C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx
\wxmsw28uh_adv_vc.dll
I: Skipping USER32.dll dependency of wxmsw28uh_adv_vc.dll
I: Skipping WINMM.dll dependency of wxmsw28uh_adv_vc.dll
I: Skipping SHELL32.dll dependency of wxmsw28uh_adv_vc.dll
I: Analyzing C:\Python27\DLLs\tcl85.dll
I: Dependent assemblies of C:\Python27\DLLs\tcl85.dll:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping USER32.dll dependency of tcl85.dll
I: Skipping WS2_32.dll dependency of tcl85.dll
I: Skipping ADVAPI32.dll dependency of tcl85.dll
I: Analyzing C:\Python27\DLLs\tk85.dll
I: Dependent assemblies of C:\Python27\DLLs\tk85.dll:
I: X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_none
I: Dependent assemblies of C:\Python27\DLLs\tk85.dll:
I: x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_none
I: Skipping assembly X86_Microsoft.Windows.Common-
Controls_6595b64144ccf1df_6.0.0.0_none
I: Skipping USER32.dll dependency of tk85.dll
I: Skipping GDI32.dll dependency of tk85.dll
I: Skipping COMDLG32.dll dependency of tk85.dll
I: Skipping SHELL32.dll dependency of tk85.dll
I: Skipping ole32.dll dependency of tk85.dll
I: Skipping OLEAUT32.dll dependency of tk85.dll
I: Skipping COMCTL32.dll dependency of tk85.dll
I: Skipping ADVAPI32.dll dependency of tk85.dll
I: Skipping IMM32.dll dependency of tk85.dll
I: Analyzing C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx
\wxmsw28uh_html_vc.dll
I: Analyzing C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx
\wxbase28uh_net_vc.dll
I: Skipping WSOCK32.dll dependency of wxbase28uh_net_vc.dll
I: Analyzing C:\Windows\system32\API-MS-Win-Core-RtlSupport-L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-RtlSupport-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\KERNELBASE.dll
I: Skipping ntdll.dll dependency of KERNELBASE.dll
I: Analyzing C:\Windows\system32\API-MS-Win-Core-ProcessThreads-
L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-ProcessThreads-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-Heap-L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-Heap-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-Memory-L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-Memory-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-Handle-L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-Handle-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-Synch-L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-Synch-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-File-L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-File-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-IO-L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-IO-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-ThreadPool-
L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-ThreadPool-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-LibraryLoader-
L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-LibraryLoader-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-NamedPipe-L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-NamedPipe-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-Misc-L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-Misc-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-SysInfo-L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-SysInfo-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-Localization-
L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-Localization-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-ProcessEnvironment-
L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-ProcessEnvironment-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-String-L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-String-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-Debug-L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-Debug-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-ErrorHandling-
L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-ErrorHandling-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-Fibers-L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-Fibers-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-Util-L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-Util-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Core-Profile-L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Core-Profile-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\Windows\system32\API-MS-Win-Security-Base-L1-1-0.dll
W: Cannot get binary dependencies for file:
W: C:\Windows\system32\API-MS-Win-Security-Base-L1-1-0.dll
W:Traceback (most recent call last):
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 683,
in getImports
    return _getImports_pe_lib_pefile(pth)
  File "C:\Users\b\p\tst\d\pyinstaller-1.5.1\bindepend.py", line 191,
in _getImports_pe_lib_pefile
    for entry in pe.DIRECTORY_ENTRY_IMPORT:
AttributeError: PE instance has no attribute 'DIRECTORY_ENTRY_IMPORT'
 I: Analyzing C:\OpenCV2.2\bin\opencv_core220.dll
I: Analyzing C:\OpenCV2.2\bin\opencv_imgproc220.dll
I: Analyzing C:\OpenCV2.2\bin\opencv_video220.dll
I: Analyzing C:\OpenCV2.2\bin\opencv_ml220.dll
I: Analyzing C:\OpenCV2.2\bin\opencv_features2d220.dll
I: Adding opencv_flann220.dll dependency of opencv_features2d220.dll
I: Analyzing C:\OpenCV2.2\bin\opencv_highgui220.dll
I: Skipping USER32.dll dependency of opencv_highgui220.dll
I: Skipping GDI32.dll dependency of opencv_highgui220.dll
I: Skipping ole32.dll dependency of opencv_highgui220.dll
I: Skipping ADVAPI32.dll dependency of opencv_highgui220.dll
I: Skipping COMCTL32.dll dependency of opencv_highgui220.dll
I: Adding AVIFIL32.dll dependency of opencv_highgui220.dll
I: Adding MSVFW32.dll dependency of opencv_highgui220.dll
I: Adding AVICAP32.dll dependency of opencv_highgui220.dll
I: Analyzing C:\OpenCV2.2\bin\opencv_calib3d220.dll
I: Analyzing C:\OpenCV2.2\bin\opencv_objdetect220.dll
I: Analyzing C:\OpenCV2.2\bin\opencv_legacy220.dll
I: Analyzing C:\OpenCV2.2\bin\msvcp100.dll
I: Analyzing C:\OpenCV2.2\bin\msvcr100.dll
I: Analyzing C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx
\wxmsw28uh_stc_vc.dll
I: Skipping USER32.dll dependency of wxmsw28uh_stc_vc.dll
I: Skipping GDI32.dll dependency of wxmsw28uh_stc_vc.dll
I: Analyzing C:\Windows\system32\pythoncom27.dll
I: Skipping OLEAUT32.dll dependency of pythoncom27.dll
I: Skipping ole32.dll dependency of pythoncom27.dll
I: Skipping USER32.dll dependency of pythoncom27.dll
I: Analyzing C:\Python27\DLLs\sqlite3.dll
I: Analyzing C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx
\gdiplus.dll
I: Skipping USER32.dll dependency of gdiplus.dll
I: Skipping GDI32.dll dependency of gdiplus.dll
I: Skipping ole32.dll dependency of gdiplus.dll
I: Skipping ADVAPI32.dll dependency of gdiplus.dll
I: Analyzing C:\OpenCV2.2\bin\opencv_flann220.dll
I: Analyzing C:\Windows\system32\avifil32.dll
I: Skipping msvcrt.dll dependency of avifil32.dll
I: Skipping USER32.dll dependency of avifil32.dll
I: Skipping GDI32.dll dependency of avifil32.dll
I: Skipping WINMM.dll dependency of avifil32.dll
I: Skipping ADVAPI32.dll dependency of avifil32.dll
I: Skipping ole32.dll dependency of avifil32.dll
I: Adding MSACM32.dll dependency of avifil32.dll
I: Analyzing C:\Windows\system32\msvfw32.dll
I: Skipping msvcrt.dll dependency of msvfw32.dll
I: Skipping USER32.dll dependency of msvfw32.dll
I: Skipping GDI32.dll dependency of msvfw32.dll
I: Skipping WINMM.dll dependency of msvfw32.dll
I: Skipping ADVAPI32.dll dependency of msvfw32.dll
I: Skipping SHELL32.dll dependency of msvfw32.dll
I: Skipping COMCTL32.dll dependency of msvfw32.dll
I: Analyzing C:\Windows\system32\avicap32.dll
I: Skipping msvcrt.dll dependency of avicap32.dll
I: Skipping USER32.dll dependency of avicap32.dll
I: Skipping GDI32.dll dependency of avicap32.dll
I: Skipping WINMM.dll dependency of avicap32.dll
I: Skipping ADVAPI32.dll dependency of avicap32.dll
I: Skipping VERSION.dll dependency of avicap32.dll
I: Analyzing C:\Windows\system32\MSACM32.dll
I: Skipping msvcrt.dll dependency of MSACM32.dll
I: Skipping ntdll.dll dependency of MSACM32.dll
I: Skipping ADVAPI32.dll dependency of MSACM32.dll
I: Skipping USER32.dll dependency of MSACM32.dll
I: Skipping GDI32.dll dependency of MSACM32.dll
I: Skipping WINMM.dll dependency of MSACM32.dll
Warnings written to gui\warngui.txt
checking PYZ
rebuilding outPYZ1.toc because outPYZ1.pyz is missing
building PYZ outPYZ1.toc
checking PKG
rebuilding outPKG3.toc because outPKG3.pkg is missing
building PKG outPKG3.pkg
checking EXE
rebuilding outEXE2.toc because gui.exe missing
building EXE from outEXE2.toc
I: SRCPATH [('c:\\users\\b\\p\\tst\\d\\src\\images\\icon1.ico', None)]
I: Updating icons from ['c:\\users\\b\\p\\tst\\d\\src\\images\
\icon1.ico'] to c:\users\b\appdata\local\temp\tmpfqe1i9
I: Writing RT_GROUP_ICON 0 resource with 20 bytes
I: Writing RT_ICON 1 resource with 4264 bytes
Appending archive to EXE gui\build\pyi.win32\gui\gui.exe
checking COLLECT
building because outCOLLECT4.toc missing or bad
building COLLECT outCOLLECT4.toc

I know this is a lot of text, but hopefully I haven't made it
difficult for you to pick out the important bits.

Thanks for your help,
Brian

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