Thanks Robin for your reply. I built Python with the --with-threads=no
option.
Your suggestion removes the error with helpers.cpp, yet another error is
produced
building wxPython :
g++ -shared -expect_unresolved * -g
build/temp.osf1-V5.1-alpha-2.4/src/helpers.o
build/temp.osf1-V5.1-alpha-2.4/src/gtk/_core_wrap.o -L/usr/X11R6/lib -L/opt/
wx/2.6/lib -lwx_gtkd_xrc-2.6 -lwx_gtkd_qa-2.6 -lwx_gtkd_html-2.6 -lwx_gtkd_a
dv-2.6 -lwx_gtkd_core-2.6 -lwx_based_xml-2.6 -lwx_based_net-2.6 -lwx_based-2
.6 -o wx/_core_.so -pthread
g++: *: No such file or directory
error: command 'g++' failed with exit status 1
wxPython version : 2.6.0.0 ; GCC version: 3.4.3. ; Python version: 2.4.1 ;
The O.S. is Tru64 Unix by Compaq.
Thanks in advance for any help