About problems that I have with learning wxPython in Macintosh

2010-07-15 Thread ata.jaf
Hi, I'm newbie to wxPython and need it to develop my little app. But from start I have problems with tutorials. Because all of them are compatible with Windows but not so much with Mac. For example in this code: import wx class MainWindow(wx.Frame) : def __init__(self, parent, title) : wx.Fr

suitable py2app.

2010-07-27 Thread ata.jaf
Hi, I'm looking for a suitable tutorial for "py2app". I googled it but couldn't find anything. Can you help me please? Thanks Ata -- http://mail.python.org/mailman/listinfo/python-list

Looking for an appropriate encoding standard that supports all languages

2010-08-17 Thread ata.jaf
I am developing a little program in Mac with wxPython. But I have problems with the characters that are not in ASCII. Like some special characters in French or Turkish. So I am looking for a way to solve this. Like an encoding standard that supports all languages. Or some other way. Thanks Ata Jaf

Re: Looking for an appropriate encoding standard that supports all languages

2010-08-19 Thread ata.jaf
On Aug 17, 11:55 pm, Thomas Jollans wrote: > On Tuesday 17 August 2010, it occurred to ata.jaf to exclaim: > > > I am developing a little program in Mac with wxPython. > > But I have problems with the characters that are not in ASCII. Like > > some special characters in F

Re: Looking for an appropriate encoding standard that supports all languages

2010-08-20 Thread ata.jaf
On Aug 19, 11:48 am, Steven D'Aprano wrote: > On Thu, 19 Aug 2010 01:29:51 -0700, ata.jaf wrote: > > On Aug 17, 11:55 pm, Thomas Jollans wrote: > >> On Tuesday 17 August 2010, it occurred to ata.jaf to exclaim: > > >> > I am developing a little pr