[BangPypers] open interactive calendar from interpreter
Arvind K
arvindkhadri at gmail.com
Mon Jun 11 16:46:29 CEST 2012
On 11 June 2012 19:46, Shashidhar Paragonda <shashidhar85 at 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
> shashidhar85 at gmail.com
> +919449073835
> _______________________________________________
>
Hi, I think you would need to lookup GTK bindings for python, considering
you are using gnome.
More information about the BangPypers
mailing list