0
我試圖用py2app打包我的Python應用程序。我跑了setup.py
我創造,我得到這個錯誤:py2app錯誤:「不能複製'%s':不存在或不是普通文件」
File "C:\Python26\lib\distutils\file_util.py", line 119, in copy_file
"can't copy '%s': doesn't exist or not a regular file" % src
DistutilsFileError: can't copy '--dist-dir': doesn't exist or not a regular file
> c:\python26\lib\distutils\file_util.py(119)copy_file()
-> "can't copy '%s': doesn't exist or not a regular file" % src
有沒有人有什麼我應該做的任何線索?
幹得好。你也可以試試這個:http://stackoverflow.com/questions/1236172/py2app-error-module-object-has-no-attribute-symlink – 2009-08-05 22:49:58