Files
pyinstaller/e2etests/win32/testEnsureDispatch.py
T
giovannibajo b98a53df92 Imported Python Installer 5b5
git-svn-id: http://svn.pyinstaller.org/trunk@2 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-02 17:15:02 +00:00

10 lines
250 B
Python

# for older Pythons, we need to set up for the import of cPickle
import string
import copy_reg
import win32com.client.gencache
x = win32com.client.gencache.EnsureDispatch('ADOR.Recordset')
print x
x = None
#raw_input("Press any key to continue...")