Skip to content Skip to sidebar Skip to footer
Showing posts with the label Windows

Python 2.7 - Importerror: No Module Named Image

Recently, I have been studying OpenCV to detect and recognize faces using C++. In order to execute … Read more Python 2.7 - Importerror: No Module Named Image

Disable Registry Redirection To Wow6432node In Python

I'm trying to access registry keys under HKEY_LOCAL_MAHINE\SOFTWARE... on a 64 bits system. I h… Read more Disable Registry Redirection To Wow6432node In Python

How To Make Cmd Correctly Display Arabic Script?

I am running windows 7 and using a python script that outputs some strings in arabic to windows cmd… Read more How To Make Cmd Correctly Display Arabic Script?

Why Os.rename() Is Raising An Exception In Python 2.7?

print(path) print(dir_name+'\\'+f_parent+'_'+parts[0]+'_'+date+extension) o… Read more Why Os.rename() Is Raising An Exception In Python 2.7?

Kill Main Thead From Child Thread Python

I want to kill the main process when the function check_Temp exits/raises an exception. I know this… Read more Kill Main Thead From Child Thread Python

Reading Lines From Text File In Python (windows)

I am working on a simple import routine that translates a text file to a json file format for our s… Read more Reading Lines From Text File In Python (windows)