Issue13984
Created on 2012-02-10 08:07 by shivam_python_issues, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg153031 - (view) | Author: Shivam (shivam_python_issues) | Date: 2012-02-10 08:07 | |
Hi All, I am getting follwoing error when compiling Python2.6 on mips 64. " Failed to find the necessary bits to build these modules: _bsddb _tkinter bsddb185 bz2 dl imageop readline sunaudiodev zlib To find the necessary bits, look in setup.py in detect_modules() for the module's name. Failed to build these modules: _ctypes datetime dbm " |
|||
| msg153033 - (view) | Author: Martin v. Löwis (loewis) * ![]() |
Date: 2012-02-10 08:14 | |
Python 2.6 is in a mode where only security issues get fixed. Please use Python 2.7 or Python 3.2. |
|||
| msg153034 - (view) | Author: Martin v. Löwis (loewis) * ![]() |
Date: 2012-02-10 08:16 | |
Also understand that this output does not indicate an error. It just means that it couldn't build these modules. Python itself works just fine. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:26 | admin | set | github: 58192 |
| 2012-02-10 08:16:07 | loewis | set | messages: + msg153034 |
| 2012-02-10 08:14:18 | loewis | set | status: open -> closed nosy:
+ loewis resolution: out of date |
| 2012-02-10 08:07:35 | shivam_python_issues | create | |
