Re: [Pythonmac-SIG] Appscript Python module / Applescript to python conversion

2008-10-09 Thread Ned Deily
In article <[EMAIL PROTECTED]>, Martin Tönnishoff <[EMAIL PROTECTED]> wrote: > Can you please help me to get this right? How do I convert a string to the > required "unicode_text" type wich is noth > the python builtin one. The error message is misleading you. The problem is not the string;

[Pythonmac-SIG] Appscript Python module / Applescript to python conversion

2008-10-09 Thread Martin Tönnishoff
Hello, sorry to annoy you with a noobish question but I just don't understand what I am doing wrong... I am relatively new to Python but its better than Applescript to me. Can you please help me to get this right? How do I convert a string to the required "unicode_text" type wich is noth the py