Python Installation Error

A

Ahmed Majeed

Hi,
I am working over a research project and need Python 2.3 or later to
be installed on my Intel Centrino machine, running Fedora 9 as OS. I
have downloaded latest stable release Python 2.6.1 from Python.org,
but when I tried installing it, terminal returned an error on 'make',
saying:

"Failed to find the necessory Bits to build these modules:
_tkinter bsddb185, sunaaudiodev
To find the necessory bits, look in setup.py in detect_modules() for
the module's name."

How should I correct this and go ahead for installation. Anxiously
waiting reply and thanking you in anticiaption.

-Ahmed
 
D

Diez B. Roggisch

Ahmed said:
Hi,
I am working over a research project and need Python 2.3 or later to
be installed on my Intel Centrino machine, running Fedora 9 as OS. I
have downloaded latest stable release Python 2.6.1 from Python.org,
but when I tried installing it, terminal returned an error on 'make',
saying:

"Failed to find the necessory Bits to build these modules:
_tkinter bsddb185, sunaaudiodev
To find the necessory bits, look in setup.py in detect_modules() for
the module's name."

How should I correct this and go ahead for installation. Anxiously
waiting reply and thanking you in anticiaption.

You are missing tcl/tk and bsddb development packages. Or if you don't
care about these functionalities, you should be able to disable them
using configure.

Diez
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,252
Latest member
MeredithPl

Latest Threads

Top