python appears this error when importing a library: Message: 8593 is not in required range

0
import sys
sys.path.append("C:\Users\BOIG\AppData\Local\Programs\Python\Python35-32")
sys.path.append("C:\Users\BOIG\AppData\Local\Programs\Python\Python35-32\bs4")
sys.path.append("C:\Users\BOIG\AppData\Local\Programs\Python\Python35-32\DLLs")
sys.path.append("C:\Users\BOIG\AppData\Local\Programs\Python\Python35-32\Doc")
sys.path.append("C:\Users\BOIG\AppData\Local\Programs\Python\Python35-32\include")
sys.path.append("C:\Users\BOIG\AppData\Local\Programs\Python\Python35-32\Lib")
sys.path.append("C:\Users\BOIG\AppData\Local\Programs\Python\Python35-32\libs")
sys.path.append("C:\Users\BOIG\AppData\Local\Programs\Python\Python35-32\Scripts")
sys.path.append("C:\Users\BOIG\AppData\Local\Programs\Python\Python35-32\tcl")
sys.path.append("C:\Users\BOIG\AppData\Local\Programs\Python\Python35-32\Tools")

import bs4

and this appears to me:

Message: 8593 is not in required range

previously if the library was loaded perfectly

    
asked by Carlos Ruz 18.05.2018 в 02:09
source

0 answers