Re: [cx-oracle-users] Unable to acquire Oracle environment handle
Brought to you by:
atuining
From: Marco De P. <dep...@gm...> - 2011-02-16 17:00:45
|
On Wed, Feb 16, 2011 at 5:45 PM, Mark Harrison <mh...@pi...> wrote: > > Eventually I've tried tu use cx_Oracle from svn trunk: check-out and > build are ok but I can't execute the install, this is the message > > maybe there's some versionitis with the latest svn trunk and py 2.4? > > Here's a couple of things to try: > > > - try installing from a released tar file > cx_Oracle 5.0.4 source package build and install are ok maybe something introduced recently? > - try installing from one of the older released tar files > (in case there's some 2.4 breakage) > - install or build a newer python, and one of the tar files above > > > > > [root@bagvapp trunk]# python setup.py install > > running install > > running bdist_egg > > running egg_info > > writing cx_Oracle.egg-info/PKG-INFO > > writing top-level names to cx_Oracle.egg-info/top_level.txt > > writing dependency_links to cx_Oracle.egg-info/dependency_links.txt > > Traceback (most recent call last): > > File "setup.py", line 368, in ? > > classifiers = classifiers) > > File "/usr/lib/python2.4/distutils/core.py", line 149, in setup > > dist.run_commands() > > File "/usr/lib/python2.4/distutils/dist.py", line 946, in run_commands > > self.run_command(cmd) > > File "/usr/lib/python2.4/distutils/dist.py", line 966, in run_command > > cmd_obj.run() > > File "/usr/lib/python2.4/site-packages/setuptools/command/install.py", > line 76, in run > > self.do_egg_install() > > File "/usr/lib/python2.4/site-packages/setuptools/command/install.py", > line 92, in do_egg_install > > self.run_command('bdist_egg') > > File "/usr/lib/python2.4/distutils/cmd.py", line 333, in run_command > > self.distribution.run_command(command) > > File "/usr/lib/python2.4/distutils/dist.py", line 966, in run_command > > cmd_obj.run() > > File > "/usr/lib/python2.4/site-packages/setuptools/command/bdist_egg.py", line > 167, in run > > self.run_command("egg_info") > > File "/usr/lib/python2.4/distutils/cmd.py", line 333, in run_command > > self.distribution.run_command(command) > > File "/usr/lib/python2.4/distutils/dist.py", line 966, in run_command > > cmd_obj.run() > > File > "/usr/lib/python2.4/site-packages/setuptools/command/egg_info.py", line 171, > in run > > self.find_sources() > > File > "/usr/lib/python2.4/site-packages/setuptools/command/egg_info.py", line 252, > in find_sources > > mm.run() > > File > "/usr/lib/python2.4/site-packages/setuptools/command/egg_info.py", line 306, > in run > > self.add_defaults() > > File > "/usr/lib/python2.4/site-packages/setuptools/command/egg_info.py", line 333, > in add_defaults > > rcfiles = list(walk_revctrl()) > > File "/usr/lib/python2.4/site-packages/setuptools/command/sdist.py", > line 45, in walk_revctrl > > for item in ep.load()(dirname): > > File "/usr/lib/python2.4/site-packages/setuptools/command/sdist.py", > line 52, in _default_revctrl > > for path in finder(dirname,path): > > File "/usr/lib/python2.4/site-packages/setuptools/command/sdist.py", > line 98, in entries_finder > > log.warn("unrecognized .svn/entries format in %s", dirname) > > NameError: global name 'log' is not defined > > > |