Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get youtube-dl.exe for win32 of pac-support? #11445

Closed
normalzero opened this issue Dec 14, 2016 · 1 comment
Closed

How to get youtube-dl.exe for win32 of pac-support? #11445

normalzero opened this issue Dec 14, 2016 · 1 comment

Comments

@normalzero
Copy link

@normalzero normalzero commented Dec 14, 2016

how to get youtube-dl.exe of pac-support?
I have already built pacparser.dll and got pacparser pymod.(I can import pacparser and use it's member functions)
I run setup.py within IDLE but got nothing and no any exception except some user warnings.(with VC++2008 installed)
It is to say that try to change py to exe,isnt it?

try:
    # This will create an exe that needs Microsoft Visual C++ 2008
    # Redistributable Package
    import py2exe
except ImportError:
    if len(sys.argv) >= 2 and sys.argv[1] == 'py2exe':
        print("Cannot import py2exe", file=sys.stderr)
        exit(1)

Could you give me a tip?Thanks a lot.

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Dec 14, 2016

Use this command to build a binary:

python setup.py py2exe
@yan12125 yan12125 closed this Dec 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.