Nishad's lifestream

Comment on YouTube Video Downloader [youtube-dl.exe] by Vincent81

Hello, Can you tell me how to create a standalone executable with py2exe. I did, but I do not know how to incorporate the DLL and PYD.. I make compile.py : ———————- from distutils.core import setup import py2exe setup(console=["youtube-dl.py"]) ——————— and create youtube-dl.exe : python.exe compile.py py2exe It’s work, but too many files in dist path.

View source »

August 6 2011, 4:03pm | Original Link »