[New-bugs-announce] [issue5408] test_osx_env failing

Benjamin Peterson report at bugs.python.org
Tue Mar 3 00:17:06 CET 2009


New submission from Benjamin Peterson <benjamin at python.org>:

Mac OS 10.4 PPC debug build

test_osx_env
[31492 refs]
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: can't initialize sys standard streams
ImportError: No module named encodings.utf_8
test test_osx_env failed -- Traceback (most recent call last):
  File "/temp/python/py3k/Lib/test/test_osx_env.py", line 27, in
test_pythonexecutable_sets_sys_executable
    self._check_sys('PYTHONEXECUTABLE', '==', 'sys.executable')
  File "/temp/python/py3k/Lib/test/test_osx_env.py", line 24, in _check_sys
    self.assertEqual(rc, 2, "expected %s %s %s" % (ev, cond, sv))
AssertionError: expected PYTHONEXECUTABLE == sys.executable

----------
assignee: ronaldoussoren
components: Tests
messages: 83046
nosy: benjamin.peterson, ronaldoussoren
severity: normal
status: open
title: test_osx_env failing
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5408>
_______________________________________


More information about the New-bugs-announce mailing list