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 trent
Recipients Arfrever, brett.cannon, eric.snow, neologix, pitrou, rpetrov, sbt, trent, vstinner
Date 2012-10-13.17:52:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350150731.67.0.764301501244.issue15833@psf.upfronthosting.co.za>
In-reply-to
Content
That... didn't work.  Also applied rpetrov's patch and that made no difference:

% ./python Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 1558, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1525, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 586, in _check_name_wrapper
  File "<frozen importlib._bootstrap>", line 1023, in load_module
  File "<frozen importlib._bootstrap>", line 1004, in load_module
  File "<frozen importlib._bootstrap>", line 562, in module_for_loader_wrapper
  File "<frozen importlib._bootstrap>", line 854, in _load_module
  File "<frozen importlib._bootstrap>", line 990, in get_code
  File "<frozen importlib._bootstrap>", line 1051, in _cache_bytecode
  File "<frozen importlib._bootstrap>", line 1065, in set_data
OSError: [Errno 30] Read-only file system: '/home/cpython/nfs/src/3.x/Lib/encodings/__pycache__'
zsh: IOT instruction (core dumped)  ./python
History
Date User Action Args
2012-10-13 17:52:11trentsetrecipients: + trent, brett.cannon, pitrou, vstinner, rpetrov, Arfrever, neologix, sbt, eric.snow
2012-10-13 17:52:11trentsetmessageid: <1350150731.67.0.764301501244.issue15833@psf.upfronthosting.co.za>
2012-10-13 17:52:11trentlinkissue15833 messages
2012-10-13 17:52:11trentcreate