That Is strange because I was also able to use unicode strings using IDLE editor with just encoding comment at the top of program, but here none of the tried examles worked. The version of wxPython is Unicode, as is stated in Windows instalation tutorial on your web site. I used editor.py while coding and here is info from Help/about menu:
Platform: Win Python Version: 2.7.1 on win32 Dabo Version: Version 0.9.4; Revision ~6879 UI Version: 2.8.12.1 on wxMSW Z. ----- Original Message ----- From: "Ed Leafe" <[email protected]> To: "Dabo Users list" <[email protected]> Sent: Wednesday, April 18, 2012 4:58 PM Subject: Re: [dabo-users] Unicode Encode Error Your code ran without error on my system. In fact, if I remove the encode call and just use: tekst = "Pozdrav Ž" ...it works fine, too. Maybe you have the ANSI version of wxPython installed? Can you run any Dabo app, and select the Help/About menu, copy the system information, and then paste it into your reply? -- Ed Leafe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/DED4358924C742B8905E97B61F53A948@Perajoe
