Not works on Windows
>>> import sys
>>> sys.path.insert(0,
>>> 'C:/Users/i/Downloads/you-get-0.4.1128.zip/you-get-0.4.1128/src')
>>> from you_get import common
iMath writes:
> ...
> I think someone gives the true reason caused the exception here
> https://stackoverflow.com/a/51821910/1485853
>
> Thanks to his explanation , I extracted the zip archive and then add the
> extracted to a zip archive using Bandizip, this time
> `zipimport.zipimporter(r'C:
I think someone gives the true reason caused the exception here
https://stackoverflow.com/a/51821910/1485853
Thanks to his explanation , I extracted the zip archive and then add the
extracted to a zip archive using Bandizip, this time
`zipimport.zipimporter(r'C:\Users\i\Downloads\you-get-0.4.11
I think someone gives the true reason caused the exception here
https://stackoverflow.com/a/51821910/1485853
Thanks to his explanation , I extracted the zip archive and then add the
extracted to a zip archive using Bandizip, this time
`zipimport.zipimporter(r'C:\Users\i\Downloads\you-get-0.4.11
iMath writes:
> ...
> It seems possible in Python to use `zipimport` to directly use the zip
> archive of the module without extraction, I wonder what is the right way to
> use `zipimport`.
Your problem may come from the following restriction
(cited from the Python 2 documentation of `zipimport