building python 2.4.1

A

Andreas Heiss

Hi !
I am trying to build python 2.4.1 from source on a Linux system.
Everything seems fine, but tkinter seems not to work.
The file _tkinter.pyd is missing.
How can tell configure to build all necessary components ?

Thanks
Andreas
 
J

John Abel

Andreas said:
Hi !
I am trying to build python 2.4.1 from source on a Linux system.
Everything seems fine, but tkinter seems not to work.
The file _tkinter.pyd is missing.
How can tell configure to build all necessary components ?

Thanks
Andreas
It looks to like Tcl/Tk is not installed on your system. You will need
to have them installed for Tkinter to build.

HTH

J
 
A

Andreas Heiss

John said:
It looks to like Tcl/Tk is not installed on your system. You will need
to have them installed for Tkinter to build.

Actually, tk and tcl 8.4 are installed.
However, there are no tcl.h and tk.h header files. I haven't ssen those
files since Tcl/Tk8.0
 
J

John Abel

Andreas said:
John Abel wrote:




Actually, tk and tcl 8.4 are installed.
However, there are no tcl.h and tk.h header files. I haven't ssen those
files since Tcl/Tk8.0
Hmmm, where they a pre/package install? I'm sure I had to build Tcl/Tk
from source on my Debian install.

J
 
P

Peter Otten

Andreas said:
However, there are no tcl.h and tk.h header files. I haven't ssen those
files since Tcl/Tk8.0

You may also need to install the development packages (tk-devel and
tcl-devel on Suse)

Peter
 

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
474,260
Messages
2,571,301
Members
47,944
Latest member
LillianPra

Latest Threads

Top