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

windows version only accordingly install python 2.7? #8284

Closed
lweo opened this issue Jan 20, 2016 · 4 comments
Closed

windows version only accordingly install python 2.7? #8284

lweo opened this issue Jan 20, 2016 · 4 comments

Comments

@lweo
Copy link

@lweo lweo commented Jan 20, 2016

Traceback (most recent call last):
File "C:\Python27\lib\site-packages\py2exe\boot_common.py", line 92, in
ImportError: No module named linecache
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named zipextimporter
Traceback (most recent call last):
File "main.py", line 2, in
ImportError: No module named future

I have tried:

set path=C:\Python;%PATH%

set path=C:\Python32;%PATH% (my python installed version is 3.2)

but it didn't work.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jan 21, 2016

What are you trying to do in the first place? For windows binary you don't need python installed. Read bug reporting guide.

@robhook
Copy link

@robhook robhook commented Feb 23, 2016

I had this same error. I had an old install of Python27 on my system (C:\p27) and copied the executable to the C:\p27\Lib folder. It ran fine from there. I had already tried adding that folder the path, etc, but it didn't seem to help. For some reason only moving the executable to the lib folder worked. Weird.

@Hrxn
Copy link

@Hrxn Hrxn commented Feb 24, 2016

This can't be right, the youtube-dl.exe listed as the official download on the youtube-dl website is a self-contained / standalone binary. You can run this from anywhere..

@robhook
Copy link

@robhook robhook commented Feb 25, 2016

Don't know what to tell you. It didn't work for several hours and I tried various things and this is what fixed it. Maybe the conversion to stand-alone didn't work properly this time. Who knows.

@dstftw dstftw closed this Mar 26, 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
5 participants
You can’t perform that action at this time.