Hi,

I am trying to create a calendar using tkinter GUI such that when the user
opens the GUI, it would show a drop down menu similar to the one seen on
flight websites for booking and then the user can select any specific date.
I need to make this such that the user can navigate between years and
months in the same window.

Can some one please help me with this? I looked up on the website, I came
across this one,
http://stackoverflow.com/questions/27774089/python-calendar-widget-return-the-user-selected-date
But when I try to run it, it gives me an error saying that it is not able
to recognize Calendar.

I would really appreciate some help with this. I also came to know that I
could use calendar.Calendar to create an object for the same, but I am not
good with working with objects and thus, not able to proceed or understand
how to link it up with GUI.

Please let me know.
Thankyou

Pooja
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to