Closed Haari237 closed 6 years ago
you can see from screen shot, it run fine in shell script but gives error in Run Module
the problem is you have a local file called calendar.py (c:\python) which is on your PYTHON_PATH and shadows the builtin module called calendar.
calendar.py
Remove that file and it will work.
thanks resolved
you can see from screen shot, it run fine in shell script but gives error in Run Module