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 l0nwlf
Recipients l0nwlf, ronaldoussoren
Date 2010-04-11.02:57:36
SpamBayes Score 1.9151347e-14
Marked as misclassified No
Message-id <1270954658.56.0.775176896195.issue8365@psf.upfronthosting.co.za>
In-reply-to
Content
After I recompiled my older revision the 'readline' module failed to build. So I guess this is not python-related issue, rather something to do with my system.

08:17:47 l0nwlf-MBP:python-svn(rev79372) $ ./python.exe -V
Python 2.7a4+
08:17:53 l0nwlf-MBP:python-svn(rev79372) $ ./python.exe 
Python 2.7a4+ (trunk:79372, Apr 11 2010, 08:15:12) 
[GCC 4.2.1 (Apple Inc. build 5646) (dot 1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import readline
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named readline

I will try looking for the cause behind it.
History
Date User Action Args
2010-04-11 02:57:38l0nwlfsetrecipients: + l0nwlf, ronaldoussoren
2010-04-11 02:57:38l0nwlfsetmessageid: <1270954658.56.0.775176896195.issue8365@psf.upfronthosting.co.za>
2010-04-11 02:57:36l0nwlflinkissue8365 messages
2010-04-11 02:57:36l0nwlfcreate