Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
from distutils.core import setup import py2exe setup(console=['parser.py'], options = {'py2exe': {'includes': 'leaf',}})
python.exe -m leaf
c:\Python27\Scripts\easy_install.exe leaf
setup(console=['parser.py'], options = {"py2exe": {"includes": ["leaf]}})