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
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
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
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
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