Hi All,
I am trying MonthlyCalendar.py
which I got from the below scribus forum thread "
http://forums.scribus.net/index.php?topic=3495.0"
In this "MonthlyCalendar_v2.zip" has been released for Linux also,
I have tested it in Windows 7 it works well. but not in Ubuntu. when I run, it says that "This script requires Python 2 Tkinter properly installed"
when I tried it in my terminal, it says everything which needs for running this script has been installed.
srikrishnan@srikrishnan-desktop:~$ python
Python 2.7.17rc1 (default, Oct 10 2019, 10:26:01)
[GCC 9.2.1 20191008] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
Below command also popup Tk dialog box
>>> Tkinter.Tk()
<Tkinter.Tk instance at 0x7f2139849eb0>
can anybody help me to solve this problem? what goes wrong with installation of "Python 2 Tkinter"?
regards,
Srikrishnan