Re: wxPython date

2005-07-18 Thread Jason
Thanks, Peter. I must have been having a bit of the stupids, your example worked fine for me too. Back to the salt mines! -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython date

2005-07-18 Thread Peter Decker
On 18 Jul 2005 07:52:06 -0700, Jason <[EMAIL PROTECTED]> wrote: > How do I form a new wxPython date using day, month and year? > > I've tried the wx.DateTimeFromDMY but it crashes in Pythonwin when I > test it out and I get all manner of complaints when I try it from the > command line. > > Surel