j4321 / tkcalendar

Calendar widget for Tkinter
https://pypi.python.org/pypi/tkcalendar
GNU General Public License v3.0
97 stars 33 forks source link

Ubuntu 16.04 LTS support? #71

Closed WinEunuuchs2Unix closed 3 years ago

WinEunuuchs2Unix commented 3 years ago

The installation instructions state:

$ sudo apt-get install python(3)-tkcalendar

However python-tkcalendar appears to have been deleted? If so can it be reactivated? I plan to remain on Ubuntu 16.04 LTS until it hits EOL and pulling from your repository is preferred. Otherwise I'd have to create a Frankenstein setup.

BTW I know I can change all my python program stubs from the default 2.7.12 to point to Python 3.5. I'm just not ready to do this yet. Besides when I do finally upgrade OS to Ubuntu 20.04, Ubuntu 21.04 or another distro, Python 4 may be the standard at that time. I'm reluctant to upgrade existing Python code twice in a narrow time-frame.

Even if you simply restored the last version of python-tkcalendar, with a notice that it is no longer being maintained, that would be terrific too.

Thanks.

WinEunuuchs2Unix commented 3 years ago

Closing this issue because I was using author's CheckboxTreeview repository not realizing I also had to add separate repository for tkcalendar.