<br><br><div class="gmail_quote">On Thu, Feb 5, 2009 at 12:46 PM, Ahmed Majeed <span dir="ltr"><<a href="mailto:engr.amkhan@gmail.com">engr.amkhan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
I am working over a research project and need Python 2.3 or later to<br>
be installed on my Intel Centrino machine, running Fedora 9 as OS. I<br>
have downloaded latest stable release Python 2.6.1 from Python.org,<br>
but when I tried installing it, terminal returned an error on 'make',<br>
saying:<br>
<br>
"Failed to find the necessory Bits to build these modules:<br>
_tkinter bsddb185, sunaaudiodev<br>
To find the necessory bits, look in setup.py in detect_modules() for<br>
the module's name."<br>
<br>
How should I correct this and go ahead for installation. Anxiously<br>
waiting reply and thanking you in anticiaption.</blockquote><div><br><br>Are you sure there was an error in make? What you see isn't a problem, it's just a notification. Make is telling you the tk, bsddb, and sunaaudiodev modules won't be installed because you don't have the libraries on your computer. If it got that far, I'm almost certain that the build was sucessful. Make install should work from there. If you aren't going to use those modules, go ahead and install it, otherwise download those libraries and try again.<br>
</div></div>