Re: building python 2.4.1

2005-06-28 Thread Peter Otten
Andreas Heiss wrote: > 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 -- http://mail.python.org/mailman/listinfo/python-list

Re: building python 2.4.1

2005-06-28 Thread John Abel
Andreas Heiss wrote: >John Abel wrote: > > > >>Andreas Heiss wrote: >> >> >> >>>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 neces

Re: building python 2.4.1

2005-06-28 Thread Andreas Heiss
John Abel wrote: > Andreas Heiss wrote: > >>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 >>

Re: building python 2.4.1

2005-06-28 Thread John Abel
Andreas Heiss wrote: >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 no

building python 2.4.1

2005-06-28 Thread 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 -- http://mail.python.org/mailman/listinfo/python-list

Re: unstatisfied symbols building Python 2.4.1 on HP-UX 10.20

2005-05-11 Thread [EMAIL PROTECTED]
Scott Leerssen wrote: > I'm trying to build Python 2.4.1 on HP-UX 10.20 and get the following > during linking: > > /usr/ccs/bin/ld: Unsatisfied symbols: > PyThread_acquire_lock (code) > PyThread_exit_thread (code) > PyThread_allocate_lock (code) > PyThread_free_lock (code) >

unstatisfied symbols building Python 2.4.1 on HP-UX 10.20

2005-04-13 Thread Scott Leerssen
I'm trying to build Python 2.4.1 on HP-UX 10.20 and get the following during linking: /usr/ccs/bin/ld: Unsatisfied symbols: PyThread_acquire_lock (code) PyThread_exit_thread (code) PyThread_allocate_lock (code) PyThread_free_lock (code) PyThread_start_new_thread (code) PyThread_