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
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
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
>>
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
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
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)
>
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_