right way to use zipimport, zipimport.ZipImportError: not a Zip file

iMath redstone-cold at 163.com
Wed Aug 15 03:05:27 EDT 2018


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
									      
Traceback (most recent call last):
  File "<pyshell#5>", line 1, in <module>
    from you_get import common
ModuleNotFoundError: No module named 'you_get'
>>> 



More information about the Python-list mailing list