[Tutor] Segmentation Fault Problem

Null Pointer nullpointer at heartoftn.net
Fri Jan 2 16:46:30 EST 2004


On Fri, 02 Jan 2004 13:41:49 -0600
Anschau Gesicht <anschau at shaw.ca> wrote:

> I continue on my endless(and seemingly futile)attempt to learn
> a programming language.  Currently I'm attempting small scripts
> in Python/Tkinter.  The particular script is a textbox script
> at follows
> 
> #!/usr/lib/python2.2

[Snip]

This might be caused by a library incompatibility.  I had a similar 
problem (not with TKinter, though) that was fixed by changing the 
script's first line to:

#!/usr/lib/python2.1 

If you have 2.1 installed alongside 2.2, you might give it a try.

N.P.






More information about the Tutor mailing list