|
*** copy extensions ***
copying C:\Python24\DLLs\bz2.pyd -> C:\Python24\mywork\clock\dist
copying C:\Python24\DLLs\unicodedata.pyd -> C:\Python24\mywork\clock\dist
copying C:\Python24\DLLs\zlib.pyd -> C:\Python24\mywork\clock\dist
*** copy dlls ***
copying C:\Python24\w9xpopen.exe -> C:\Python24\mywork\clock\dist
copying C:\WINDOWS\system32\python24.dll -> C:\Python24\mywork\clock\dist
setting sys.winver for 'C:\Python24\mywork\clock\dist\python24.dll' to 'clock'
copying C:\WINDOWS\system32\MSVCR71.dll -> C:\Python24\mywork\clock\dist
*** binary dependencies ***
Your executable(s) also depend on these dlls which are not included,
you may or may not need to distribute them.
Make sure you have the license if you distribute any of them, and
make sure you don't distribute files belonging to the operating system.
ADVAPI32.dll - C:\WINDOWS\system32\ADVAPI32.dll
USER32.dll - C:\WINDOWS\system32\USER32.dll
SHELL32.dll - C:\WINDOWS\system32\SHELL32.dll
KERNEL32.dll - C:\WINDOWS\system32\KERNEL32.dll
好像说的是这几个dll文件找不到。但我找过,有,而且路径也是对的。
python 2.4.1
py2exe 0.6
windows XP
C盘是NTFS的文件系统。小弟初学python,请教。 |
|