| 1 | | |
| | 1 | Installation appears to work, aside from two warnings involving not finding files in doc/ |
| | 2 | |
| | 3 | |
| | 4 | Running the suggested test fails: |
| | 5 | /stuff-a/_code/bitten> python setup.py test |
| | 6 | |
| | 7 | {{{ |
| | 8 | running test |
| | 9 | running egg_info |
| | 10 | writing Bitten.egg-info/PKG-INFO |
| | 11 | writing top-level names to Bitten.egg-info/top_level.txt |
| | 12 | writing dependency_links to Bitten.egg-info/dependency_links.txt |
| | 13 | writing entry points to Bitten.egg-info/entry_points.txt |
| | 14 | reading manifest template 'MANIFEST.in' |
| | 15 | warning: no files found matching 'doc/api/*.*' |
| | 16 | warning: no files found matching 'doc/*.html' |
| | 17 | writing manifest file 'Bitten.egg-info/SOURCES.txt' |
| | 18 | running build_ext |
| | 19 | Traceback (most recent call last): |
| | 20 | File "setup.py", line 87, in <module> |
| | 21 | cmdclass = {'build_doc': build_doc, 'test_doc': test_doc} |
| | 22 | File "/boot/common/lib/python2.5/distutils/core.py", line 151, in setup |
| | 23 | dist.run_commands() |
| | 24 | File "/boot/common/lib/python2.5/distutils/dist.py", line 974, in run_commands |
| | 25 | self.run_command(cmd) |
| | 26 | File "/boot/common/lib/python2.5/distutils/dist.py", line 994, in run_command |
| | 27 | cmd_obj.run() |
| | 28 | File "build/bdist.linux-i686/egg/setuptools/command/test.py", line 121, in run |
| | 29 | File "build/bdist.linux-i686/egg/setuptools/command/test.py", line 101, in with_project_on_sys_path |
| | 30 | File "build/bdist.linux-i686/egg/setuptools/command/test.py", line 130, in run_tests |
| | 31 | File "/boot/common/lib/python2.5/unittest.py", line 767, in __init__ |
| | 32 | self.parseArgs(argv) |
| | 33 | File "/boot/common/lib/python2.5/unittest.py", line 794, in parseArgs |
| | 34 | self.createTests() |
| | 35 | File "/boot/common/lib/python2.5/unittest.py", line 800, in createTests |
| | 36 | self.module) |
| | 37 | File "/boot/common/lib/python2.5/unittest.py", line 565, in loadTestsFromNames |
| | 38 | suites = [self.loadTestsFromName(name, module) for name in names] |
| | 39 | File "/boot/common/lib/python2.5/unittest.py", line 541, in loadTestsFromName |
| | 40 | parent, obj = obj, getattr(obj, part) |
| | 41 | AttributeError: 'module' object has no attribute 'tests' |
| | 42 | |
| | 43 | }}} |