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:
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:
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.
>>>How can i solve this issue ?Thanks.
