Here is the error I got: sphinx/tests$ python3.1 run.py Copying and converting sources to build/lib/tests... Running Sphinx test suite... ..................................................................................................................................................E............................... ====================================================================== ERROR: Failure: NameError (name 'urllib2' is not defined) ---------------------------------------------------------------------- Traceback (most recent call last): File "../sphinx/config.py", line 183, in __init__ code = compile(source, config_file, 'exec') File "/tmp/tmp3YYhhO/conf.py", line 1 project = ^ SyntaxError: invalid syntax
During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/aric/.local/lib/python3.1/site-packages/ nose-0.11.0.dev_r601-py3.1.egg/nose/failure.py", line 27, in runTest reraise(self.exc_class, self.exc_val, self.tb) File "/home/aric/.local/lib/python3.1/site-packages/ nose-0.11.0.dev_r601-py3.1.egg/nose/_3.py", line 7, in reraise raise exc_class(exc_val).with_traceback(tb) File "/home/aric/.local/lib/python3.1/site-packages/ nose-0.11.0.dev_r601-py3.1.egg/nose/loader.py", line 372, in loadTestsFromName addr.filename, addr.module) File "/home/aric/.local/lib/python3.1/site-packages/ nose-0.11.0.dev_r601-py3.1.egg/nose/importer.py", line 39, in importFromPath return self.importFromDir(dir_path, fqname) File "/home/aric/.local/lib/python3.1/site-packages/ nose-0.11.0.dev_r601-py3.1.egg/nose/importer.py", line 84, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/home/aric/Software/Sphinx/sphinx/build/lib.linux-x86_64-3.1/ tests/test_intersphinx.py", line 22, in <module> from sphinx.ext.intersphinx import read_inventory_v1, read_inventory_v2, \ File "../sphinx/ext/intersphinx.py", line 47, in <module> urllib.request.install_opener(urllib2.build_opener(*handlers)) NameError: name 'urllib2' is not defined ---------------------------------------------------------------------- Ran 178 tests in 26.118s FAILED (errors=1) -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-...@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.