"John Machin" <[EMAIL PROTECTED]> wrote:
> Dennis Lee Bieber wrote:
8<--
> > Simplest is probably to do what many web-sites use for credit card
> > expiration dates... Ignore any pre-built date-time modules...
> >
> > Create three integer fields, make
krishnakant Mane wrote:
> is there a soft copy of wxpython in action available for free download?
> I saw the book on my book store but since I am totally blind, I have
> to depend on soft copies.
It is not available for free, no. However, it is available in PDF form from
Manning's website:
htt
is there a soft copy of wxpython in action available for free download?
I saw the book on my book store but since I am totally blind, I have
to depend on soft copies.
Krishnakant.
--
http://mail.python.org/mailman/listinfo/python-list
On 04/12/06, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote:
> You don't show us what format is used in the database, so there is
> nothing to base a conversion on. Is it year/month/day, month/day/year;
> months numeric or alpha (abbreviated or spelled out). Fields separated
> by space, comma, -
Dennis Lee Bieber wrote:
> On Mon, 4 Dec 2006 01:11:30 +0530, "krishnakant Mane"
> <[EMAIL PROTECTED]> declaimed the following in comp.lang.python:
>
> > I am tired searching for some good tutorial that can explain the basic
> > functionality of wx.datetime class and the datetime picker.
> > I wan
hello all.
thanks for the help and for pointing me to the proper url for wxpython
related issues.
I am so happy that I now have a very easy gui library that can do
practically every thing with such ease (no flames intended but I was
never at so much ease with java swing ).
I however have a problem