On Sat, 21 Mar 2020, MRAB wrote:
Is there another file called "calendar.py" somewhere?
MRAB,
Mea culpa! There was a 'calendar.py' file I had downloaded in the past in
the same directory. I assumed that Python would use the built-in one before
the one in the directory. Removing that file solve
On 2020-03-20 22:43, Rich Shepard wrote:
I'm running Python3-3.8.2 on Slackware-14.2/x86_64 and I tried to run Miguel
Martinez Lopez's datepicker.py (version 1.0.7) before learning how I can use
it in my application. It fails to find the attribute in the imported
calendar module:
$ python3 datep
I'm running Python3-3.8.2 on Slackware-14.2/x86_64 and I tried to run Miguel
Martinez Lopez's datepicker.py (version 1.0.7) before learning how I can use
it in my application. It fails to find the attribute in the imported
calendar module:
$ python3 datepicker.py
Traceback (most recent call last