Jul-03-2020, 02:10 AM
Hi there,
I am new to python :)
I just installed WinPython64-3.8.2.0 on my laptop, but nothing seem to work !!
See below when i run python.exe (or jupyter notebook, or spyder...), i get error messages:
How can i solve this issue ?
Thanks.
I am new to python :)
I just installed WinPython64-3.8.2.0 on my laptop, but nothing seem to work !!
See below when i run python.exe (or jupyter notebook, or spyder...), i get error messages:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
Error processing line 7 of G:\WinPython\WPy64 - 3820 \python - 3.8 . 2.amd64 \ lib\site - packages\pywin32.pth: Traceback (most recent call last): File "G:\WinPython\WPy64-3820\python-3.8.2.amd64\lib\site.py" , lin e 169 , in addpackage exec (line) File "<string>" , line 1 , in <module> File "G:\WinPython\WPy64 - 3820 \python - 3.8 . 2.amd64 \lib\site - packages \win32\lib\pywin32_bootstrap.py", line 28 , in <module> os.add_dll_directory(pywin32_system32) File "G:\WinPython\WPy64-3820\python-3.8.2.amd64\lib\os.py" , line 1109 , in add_dll_directory cookie = nt._add_dll_directory(path) OSError: [WinError 127 ] La procédure spécifiée est introuvable: 'G:\\WinPython\\WPy64 - 3820 \\python - 3.8 . 2.amd64 \\lib\\site - packages\\pywin32_system3 2 ' Remainder of file ignored Python 3.8 . 2 (tags / v3. 8.2 : 7b3ab59 , Feb 25 2020 , 23 : 03 : 10 ) [MSC v. 1916 64 bit (AM D64)] on win32 Type "help" , "copyright" , "credits" or "license" for more information. >>> |
Thanks.