问个关于PY2EXE的问题

问个关于PY2EXE的问题

我的系统是XP,PY2EXE版本是0.6.5,打包的时候报错如下:

*** 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
   GDI32.dll - C:\WINDOWS\system32\GDI32.dll
   KERNEL32.dll - C:\WINDOWS\system32\KERNEL32.dll

我看了下,这几个文件都有,不知道为啥,请指点下
你的setup.py脚步如何写的?

你程序的exe文件有没有生成?如果生成的话,可以不理会这些信息。

http://www.py2exe.org/index.cgi/Tutorial
注意到这个教程里的例子输出也有这些信息
那又不是错误,警告而已