The url has changed: https://odan.github.io/2017/03/21/xampp-oracle-driver-setup-v12.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import string | |
import sys | |
import os | |
from collections import Counter | |
import win32com.client | |
# Sample code for accessing QualityCenter | |
# 2014 (C) Zohar Lorberbaum | |
debug = False |