On 07/02/17 19:40, Peter Otten wrote:
>>> from ttkcalendar import Calendar
>>
>> Doesn't work for me in either Python 3.6.0 or in Python 2.7.6
>>
>> Which version of 2.7 are you using?
>
> The distribution's Python 2.7.6 on Linux Mint 17. After fixing the import
> statements...
OK, I went back
Alan Gauld via Tutor wrote:
> On 07/02/17 10:18, Peter Otten wrote:
>
>> $ cat demo.py
>> #!/usr/bin/env python
>> import calendar
>> import ttk
>> import Tkinter
>> from ttkcalendar import Calendar
>
> Doesn't work for me in either Python 3.6.0 or in Python 2.7.6
>
> Which version of 2.7 are y
On 07/02/17 10:18, Peter Otten wrote:
> $ cat demo.py
> #!/usr/bin/env python
> import calendar
> import ttk
> import Tkinter
> from ttkcalendar import Calendar
Doesn't work for me in either Python 3.6.0 or in Python 2.7.6
Which version of 2.7 are you using?
--
Alan G
Author of the Learn to Pr
Hi Alan,
Thank you so much for your advice, I would start looking into learning some
object oriented programming to make myself familiar with it. That would
help me move ahead as well.
Hi Peter,
Thank you so much for your reply. Yes, that was the example that I was
looking at on stackoverflow. Y
Alan Gauld via Tutor wrote:
> On 07/02/17 00:24, Pooja Bhalode wrote:
>
>> I am trying to create a calendar using tkinter GUI such that when the
>> user opens the GUI,
>
> So far as I'm aware there is no such Calendar widget in the standard
> modules, you would need to find a third party module.
On 07/02/17 00:24, Pooja Bhalode wrote:
> I am trying to create a calendar using tkinter GUI such that when the user
> opens the GUI,
So far as I'm aware there is no such Calendar widget in the standard
modules, you would need to find a third party module.
> Can some one please help me with thi
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