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 xxiao
Recipients xxiao
Date 2008-12-11.02:45:13
SpamBayes Score 6.868738e-06
Marked as misclassified No
Message-id <1228963514.87.0.500617550743.issue4624@psf.upfronthosting.co.za>
In-reply-to
Content
I can "import readline" just fine on AMD64 ubuntu 8.04 under python3.0,
however on 32-bit ubuntu 8.04 I could not "import readline" for
python3.0. It says 
"import readline
ImportError: No module named readline". I made sure both ubuntu machines
have readline installed correctly, python2.x runs well and can import
readline without any issues.
History
Date User Action Args
2008-12-11 02:45:15xxiaosetrecipients: + xxiao
2008-12-11 02:45:14xxiaosetmessageid: <1228963514.87.0.500617550743.issue4624@psf.upfronthosting.co.za>
2008-12-11 02:45:13xxiaolinkissue4624 messages
2008-12-11 02:45:13xxiaocreate