【发布时间】:2009-08-05 22:30:04
【问题描述】:
我正在尝试使用 py2app 打包我的 Python 应用程序。我正在运行我创建的setup.py,但出现此错误:
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
有人知道我应该做什么吗?
【问题讨论】: