Hello, In general, fipy seems to work (Other than the pysparse issue on the other thread), but when I try to run the tests or install, I get the following tracebacks:
[09:54:06]:~/fipy$ python setup.py test --------------------------------------------------------------------------- This script requires setuptools version 0.6c8 to run (even to display help). I will attempt to download it for you (from http://pypi.python.org/packages/2.5/s/setuptools/), but you may need to enable firewall access for this script first. I will start the download in 15 seconds. (Note: if this machine does not have network access, please obtain the file http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c8-py2.5.egg and place it in this directory before rerunning this script.) --------------------------------------------------------------------------- Downloading http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c8-py2.5.egg /usr/lib/python2.5/distutils/dist.py:263: UserWarning: Unknown distribution option: 'entry_points' warnings.warn(msg) /usr/lib/python2.5/distutils/dist.py:263: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) running test Traceback (most recent call last): File "setup.py", line 780, in <module> 'Topic :: Software Development :: Libraries :: Python Modules' File "/usr/lib/python2.5/distutils/core.py", line 151, in setup dist.run_commands() File "/usr/lib/python2.5/distutils/dist.py", line 974, in run_commands self.run_command(cmd) File "/usr/lib/python2.5/distutils/dist.py", line 993, in run_command cmd_obj.ensure_finalized() File "/usr/lib/python2.5/distutils/cmd.py", line 117, in ensure_finalized self.finalize_options() File "setup.py", line 94, in finalize_options base.finalize_options(self) File "build/bdist.linux-i686/egg/setuptools/command/test.py", line 64, in finalize_options AttributeError: Distribution instance has no attribute 'test_suite' Similarly with install: [09:54:24]:~/fipy$ sudo python setup.py install [sudo] password for mike: 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 writing entry points to FiPy.egg-info/entry_points.txt Traceback (most recent call last): File "setup.py", line 780, in <module> 'Topic :: Software Development :: Libraries :: Python Modules' File "/usr/lib/python2.5/distutils/core.py", line 151, in setup dist.run_commands() File "/usr/lib/python2.5/distutils/dist.py", line 974, in run_commands self.run_command(cmd) File "/usr/lib/python2.5/distutils/dist.py", line 994, in run_command cmd_obj.run() File "build/bdist.linux-i686/egg/setuptools/command/install.py", line 76, in run File "build/bdist.linux-i686/egg/setuptools/command/install.py", line 96, in do_egg_install File "/usr/lib/python2.5/distutils/cmd.py", line 333, in run_command self.distribution.run_command(command) File "/usr/lib/python2.5/distutils/dist.py", line 994, in run_command cmd_obj.run() File "build/bdist.linux-i686/egg/setuptools/command/bdist_egg.py", line 167, in run File "/usr/lib/python2.5/distutils/cmd.py", line 333, in run_command self.distribution.run_command(command) File "/usr/lib/python2.5/distutils/dist.py", line 994, in run_command cmd_obj.run() File "build/bdist.linux-i686/egg/setuptools/command/egg_info.py", line 171, in run File "build/bdist.linux-i686/egg/setuptools/command/egg_info.py", line 252, in find_sources File "build/bdist.linux-i686/egg/setuptools/command/egg_info.py", line 306, in run File "build/bdist.linux-i686/egg/setuptools/command/egg_info.py", line 333, in add_defaults File "build/bdist.linux-i686/egg/setuptools/command/sdist.py", line 45, in walk_revctrl File "build/bdist.linux-i686/egg/setuptools/command/sdist.py", line 52, in _default_revctrl File "build/bdist.linux-i686/egg/setuptools/command/sdist.py", line 98, in entries_finder NameError: global name 'log' is not defined Mike
