Porting of Python 2.1.1 to QNX6.1 solved ...

David Alessio wrote:

Armin wrote:

David S. Alessio wrote:


A few notes on compiling for Tkinter support:


Thanks for your hints. Tcl/Tk works only stable without thread and
dll suport … so it must be
statically linked to python. It’s a pitty because it increases the
size of python.


I enabled thread support and have TCL/Tk linked dynamically
(_tkinter.so).
I have yet to see any instability with Tk. Do you have any example
crash scenarios?

There is an advice in the TCL/TK readme files not to use threads.

If you like some suprises … build a dll and threaded version of
TCL/TK and run the test script :slight_smile:

Armin


-david