Zhiwen Liang | 15 Jul 22:35

Problems on Installing New Fipy

Dear Fipy developers,

Sorry for bothering. I was trying to update fipy to the current trunk subversion but failed. I noticed the setup.py uses "setuptools" which is not in my machine yet. So I downloaded the egg for python 2.3 and installed it. But I still could not install fipy. I got it build though. The message I got after I say "python setup.py install --prefix=..." is:

running install
running bdist_egg
running egg_info
writing FiPy.egg-info/PKG-INFO
writing top-level names to FiPy.egg-info/top_level.txt
writing dependency_links to FiPy.egg-info/dependency_links.txt
Traceback (most recent call last):
  File "setup.py", line 743, in ?
    classifiers = [
  File "/sw/src/root-python23-2.3.5-12/sw/lib/python2.3/distutils/core.py", line 149, in setup
  File "/sw/src/root-python23-2.3.5-12/sw/lib/python2.3/distutils/dist.py", line 907, in run_commands
  File "/sw/src/root-python23-2.3.5-12/sw/lib/python2.3/distutils/dist.py", line 927, in run_command
  File "/sw/lib/python2.3/site-packages/setuptools-0.6c8-py2.3.egg/setuptools/command/install.py", line 76, in run
    self.do_egg_install()
  File "/sw/lib/python2.3/site-packages/setuptools-0.6c8-py2.3.egg/setuptools/command/install.py", line 96, in do_egg_install
    self.run_command('bdist_egg')
  File "/sw/lib/python2.3/cmd.py", line 333, in run_command
    
  File "/sw/src/root-python23-2.3.5-12/sw/lib/python2.3/distutils/dist.py", line 927, in run_command
  File "/sw/lib/python2.3/site-packages/setuptools-0.6c8-py2.3.egg/setuptools/command/bdist_egg.py", line 167, in run
    self.run_command("egg_info")
  File "/sw/lib/python2.3/cmd.py", line 333, in run_command
    
  File "/sw/src/root-python23-2.3.5-12/sw/lib/python2.3/distutils/dist.py", line 927, in run_command
  File "/sw/lib/python2.3/site-packages/setuptools-0.6c8-py2.3.egg/setuptools/command/egg_info.py", line 171, in run
    self.find_sources()
  File "/sw/lib/python2.3/site-packages/setuptools-0.6c8-py2.3.egg/setuptools/command/egg_info.py", line 252, in find_sources
    mm.run()
  File "/sw/lib/python2.3/site-packages/setuptools-0.6c8-py2.3.egg/setuptools/command/egg_info.py", line 306, in run
    self.add_defaults()
  File "/sw/lib/python2.3/site-packages/setuptools-0.6c8-py2.3.egg/setuptools/command/egg_info.py", line 333, in add_defaults
    rcfiles = list(walk_revctrl())
  File "/sw/lib/python2.3/site-packages/setuptools-0.6c8-py2.3.egg/setuptools/command/sdist.py", line 45, in walk_revctrl
    for item in ep.load()(dirname):
  File "/sw/lib/python2.3/site-packages/setuptools-0.6c8-py2.3.egg/setuptools/command/sdist.py", line 52, in _default_revctrl
    for path in finder(dirname,path):
  File "/sw/lib/python2.3/site-packages/setuptools-0.6c8-py2.3.egg/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

Thank you in advance for any advice. 

Have a nice day!

Zhiwen

Gmane