Somewhere, Something Incredible Is Waiting To Be Known !!!
(Move to ...)
Home
▼
Wednesday, 22 January 2020
ERROR : new-object : Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80080005 Server execution failed (Exception from HRESULT: 0x80080005 (CO_E_SERVER_EXEC_FAILURE)).
›
Close admin command prompt console and open with user mode
Python ERROR : ValueError: I/O operation on closed file.
›
For a quick fix, save the standard stdout in a different variable, then redirect to it after that close. # Simple image to string sa...
Thursday, 9 January 2020
ERROR : he scripts pip.exe, pip3.8.exe and pip3.exe are installed in 'C:\Program Files (x86)\Python38-32\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
›
set PATH=%PATH%;C:\Program Files (x86)\Python38-32\Scripts
Setting PATH in windows via command line
›
set PATH=%PATH%;C:\Program Files (x86)\Python38-32\Scripts
Monday, 6 January 2020
python script to copy a executable file from source machine to target and execute the same file on target machine
›
import paramiko import os, time, subprocess port = "22" username = "" password = "" f = open("hos...
Thursday, 2 January 2020
Passing windows path as EXTRA VARS in ansible
›
ansible-playbook test2.yml -e user=administrator -e 'item_path=C:\\Users\\Administrator\\Desktop\\test\\sample.txt' -e type=all...
Monday, 2 December 2019
Setting python path in windows
›
set PYTHONPATH=%PYTHONPATH%;C:\Program Files (x86)\Python38-32
‹
›
Home
View web version