> Use unicode instead of str and it works ok.
>
> text = unicode(textedit.text())
>
> Detlev

Then I get the next problem. Here is my code:

string.split(unicode(self.widget.text.eingabe.text()),'\n')
    tmp = unicode(self.widget.text.eingabe.text())+'\n'

    try:
        exec tmp in user_name_space
    except:
        txt = str(sys.exc_info()[1])
        return

Here I get the error message

 ASCII encoding error: ordinal not in range(128) 

-- 
Janos Blazi

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to