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 mark.dickinson
Recipients belopolsky, cben, eric.araujo, ezio.melotti, flox, giampaolo.rodola, lesmana, loewis, mark.dickinson, ned.deily, pitrou, python-dev, r.david.murray, ronaldoussoren, serhiy.storchaka, steven.daprano, tshepang
Date 2013-05-06.11:06:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367838372.94.0.946402153809.issue5845@psf.upfronthosting.co.za>
In-reply-to
Content
On OS X 10.6, I now get the following message at interpreter startup:


iwasawa:cpython mdickinson$ ./python.exe
Python 3.4.0a0 (default:d5ef330bac50, May  6 2013, 13:05:57) 
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Failed calling sys.__interactivehook__
Traceback (most recent call last):
  File "/Users/mdickinson/Python/cpython/Lib/site.py", line 481, in register_readline
    readline.read_init_file()
OSError: [Errno -1] Unknown error: -1
History
Date User Action Args
2013-05-06 11:06:13mark.dickinsonsetrecipients: + mark.dickinson, loewis, ronaldoussoren, cben, belopolsky, pitrou, giampaolo.rodola, ned.deily, ezio.melotti, eric.araujo, steven.daprano, r.david.murray, flox, lesmana, tshepang, python-dev, serhiy.storchaka
2013-05-06 11:06:12mark.dickinsonsetmessageid: <1367838372.94.0.946402153809.issue5845@psf.upfronthosting.co.za>
2013-05-06 11:06:12mark.dickinsonlinkissue5845 messages
2013-05-06 11:06:12mark.dickinsoncreate