On 11 June 2012 19:46, Shashidhar Paragonda <shashidha...@gmail.com> wrote:

> Dear Python Hackers,
>
>       >>> I am writing some testing tool in python, I test through
> interpreter / command-line
>       >>> My requirement is i have to enter complete timestamp / date
> everytime to check some data from within date range like: 11-06-2010 to
> 11-06-2012
>              >>> raw_input("Please enter start date")
>              >>> raw_input("Plese enter end sate")
>              >>> when this statement executed i want calendar should popup
> where i can select date.
>      >>> Is it possible to implement ?
>      >>> Thanks in advance for help.
>
>
> --
> -----------------------------------
> Regards,
>
> Shashidhar N.Paragonda
> shashidha...@gmail.com
> +919449073835
> _______________________________________________
>

Hi, I think you would need to lookup GTK bindings for python, considering
you are using gnome.
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to