[issue4624] Can not import readline on python3.0 (ubuntu 8.04)

2008-12-10 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- resolution: -> invalid status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue4624] Can not import readline on python3.0 (ubuntu 8.04)

2008-12-10 Thread X Xiao
X Xiao <[EMAIL PROTECTED]> added the comment: I just rebuild it again, it went away. not sure what I did wrong at first try. The last few lines during compilation are: INFO: Can't locate Tcl/Tk libs and/or headers Failed to find the necessary bits to build these modules: _dbm _sql

[issue4624] Can not import readline on python3.0 (ubuntu 8.04)

2008-12-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Did you build Python yourself? If so, can you paste the last lines of the build process like this: Failed to find the necessary bits to build these modules: bsddb185 gdbm linuxaudiodev ossaudiodevspwd

[issue4624] Can not import readline on python3.0 (ubuntu 8.04)

2008-12-10 Thread X Xiao
New submission from X Xiao <[EMAIL PROTECTED]>: 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 hav