Я пытаюсь упаковать свое приложение Python с py2app. Я запускаю 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
Кто-нибудь знает, что я должен делать?