2011-02-10から1日間の記事一覧

py2exe で Oracle に接続する exe を作成

http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/py2exe-0.6.9.win32-py2.6.exe/download をインストール。setup.py from distutils.core import setup import py2exe setup(options = {"py2exe": { 'bundle_files': 2, 'compressed': True, 'dl…

Python で Oracle に接続してみる

試した環境は、クライアントが Windows7 Pro 32 bit + Oracle Client 11.? + Python 2.6.2、 サーバは Windows2003 SR2 + Oracle 10.2.0.3 StandardOne。 http://cx-oracle.sourceforge.net/ から Oracle 10g, UNICODE, Python 2.6 の Windows x86 Installer…