[wingide-users] debugging c code
Wing IDE Support
support at wingware.com
Thu Apr 29 08:10:35 MDT 2010
On 4/29/10 5:31 AM, nadia raj wrote:
> I following your advice regarding installing python with make OPT=-g
> after downloading python 2.6 source code . But i am facing a serious
> problem that when i do :
> make OPT=-g
> i get following error :
> Failed to find the necessary bits to build these modules:
> _bsddb _curses _curses_panel
> _sqlite3 bsddb185 bz2
> dbm gdbm readline
> sunaudiodev
> To find the necessary bits, look in setup.py in detect_modules() for the
> module's name.
Do you need these modules? These are optional modules that are not
required for the core interpreter to work. Typically what's needed to
get them to build are the development packages, which include the
headers and libraries.
Cheers,
John
More information about the wingide-users
mailing list