WinPython 3.8.2.0 not woking out of the box.

Thread Starter

hsazerty2

Joined Sep 25, 2015
32
Hi there,
I just installed WinPython64-3.8.2.0 on my laptop, but notthing seem to work !!
See below when i run JupyterNotebook, i get error messages:

Code:
Error processing line 7 of G:\Logiciels\WinPython\WPy64-3820\python-3.8.2.amd64\
lib\site-packages\pywin32.pth:

  Traceback (most recent call last):
    File "G:\Logiciels\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:\Logiciels\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:\Logiciels\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:\\Logiciels
\\WinPython\\WPy64-3820\\python-3.8.2.amd64\\lib\\site-packages\\pywin32_system3
2'

Remainder of file ignored
Traceback (most recent call last):
  File "G:\Logiciels\WinPython\WPy64-3820\python-3.8.2.amd64\lib\runpy.py", line
193, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "G:\Logiciels\WinPython\WPy64-3820\python-3.8.2.amd64\lib\runpy.py", line
86, in _run_code
    exec(code, run_globals)
  File "G:\Logiciels\WinPython\WPy64-3820\python-3.8.2.amd64\scripts\jupyter-not
ebook.exe\__main__.py", line 4, in <module>
  File "G:\Logiciels\WinPython\WPy64-3820\python-3.8.2.amd64\lib\site-packages\n
otebook\__init__.py", line 25, in <module>
    from .nbextensions import install_nbextension
  File "G:\Logiciels\WinPython\WPy64-3820\python-3.8.2.amd64\lib\site-packages\n
otebook\nbextensions.py", line 17, in <module>
    from urllib.request import urlretrieve
  File "G:\Logiciels\WinPython\WPy64-3820\python-3.8.2.amd64\lib\urllib\request.
py", line 88, in <module>
    import http.client
  File "G:\Logiciels\WinPython\WPy64-3820\python-3.8.2.amd64\lib\http\client.py"
, line 71, in <module>
    import email.parser
  File "G:\Logiciels\WinPython\WPy64-3820\python-3.8.2.amd64\lib\email\parser.py
", line 12, in <module>
    from email.feedparser import FeedParser, BytesFeedParser
  File "G:\Logiciels\WinPython\WPy64-3820\python-3.8.2.amd64\lib\email\feedparse
r.py", line 27, in <module>
    from email._policybase import compat32
  File "G:\Logiciels\WinPython\WPy64-3820\python-3.8.2.amd64\lib\email\_policyba
se.py", line 9, in <module>
    from email.utils import _has_surrogates
  File "G:\Logiciels\WinPython\WPy64-3820\python-3.8.2.amd64\lib\email\utils.py"
, line 29, in <module>
    import socket
  File "G:\Logiciels\WinPython\WPy64-3820\python-3.8.2.amd64\lib\socket.py", lin
e 49, in <module>
    import _socket
ImportError: DLL load failed while importing _socket: Paramètre incorrect.
Note that older versions 3.7.4.0 worked fine.
 
Top