This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson, ronaldoussoren
Date 2009-03-02.23:17:04
SpamBayes Score 9.59431e-08
Marked as misclassified No
Message-id <1236035826.81.0.76995170361.issue5408@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-03-02 23:17:07benjamin.petersonsetrecipients: + benjamin.peterson, ronaldoussoren
2009-03-02 23:17:06benjamin.petersonsetmessageid: <1236035826.81.0.76995170361.issue5408@psf.upfronthosting.co.za>
2009-03-02 23:17:05benjamin.petersonlinkissue5408 messages
2009-03-02 23:17:04benjamin.petersoncreate