Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
drop py2exe since py2.7 support is going to be dropped #22394
Comments
|
Exe is built with python 3.4. |
|
then https://www.python.org/downloads/release/python-3410/ python 3.4 is already retired. the main point I meant is the would you like to make package part a new project. |
Checklist
Description
I was curious about how executable zip file of youtube-dl works then found it's using a patched py2exe. (windows)
The idea is awesome and useful. but it can't be used on other projects and it's pity.
python2.7 will not be supported very soon.
would you like to move the building part of youtube-dl from 2.7 to 3.x(>4)? and it'll also be great if the executable system can also be used on other projects. since the
zipappmodule feels terriable.thanks