Python Forum

Full Version: WinPython 3.8.2.0 not woking out of the box.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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:

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.
you do not run python.exe, just use python without the .exe
(Jul-03-2020, 02:10 AM)hsazerty2 Wrote: [ -> ]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:

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.

were you able to solve this issue?

i am having the exact same problem.... i even placed WinPython on a USB drive. I was able to use it on my desktop from the USB, but from my laptop it doesnt run (none of the apps work) let me know if you found the solutions. thanks