I've installed Python 2.3.4 on Red Hat 9 and everything seems to be
working fine. Tkinter is available and I can run GUI scripts.
However, when I try to start Idle I get a segmentation fault. Using
GDB and loading the idle script by hand:
[color=blue]
>gdb python2.3[/color]
(gdb) run
....[color=blue][color=green][color=darkred]
>>> from idlelib.PyShell import main
>>> main()[/color][/color][/color]
error here:
"Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1074892416 (LWP 2870)]
0x407a3c6c in Tcl_FindExecuta ble () from /usr/lib/libtcl8.3.so"
Is anyone else seeing this sort of thing?
Ron
working fine. Tkinter is available and I can run GUI scripts.
However, when I try to start Idle I get a segmentation fault. Using
GDB and loading the idle script by hand:
[color=blue]
>gdb python2.3[/color]
(gdb) run
....[color=blue][color=green][color=darkred]
>>> from idlelib.PyShell import main
>>> main()[/color][/color][/color]
error here:
"Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1074892416 (LWP 2870)]
0x407a3c6c in Tcl_FindExecuta ble () from /usr/lib/libtcl8.3.so"
Is anyone else seeing this sort of thing?
Ron
Comment