You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The planner looks clean and very useful. Unfortunately after managing to install all the python modules I encounter the error below. I've encountered the issue on both Windows 7 and Linux.
daily_planner.py
Traceback (most recent call last):
File "C:\JoshTemp20180301\daily-planner-master\daily_planner.py", line 29, in
f.write(bytes('\def\author{' + author + '}\n', 'UTF-8'))
TypeError: str() takes at most 1 argument (2 given)
The text was updated successfully, but these errors were encountered:
The planner looks clean and very useful. Unfortunately after managing to install all the python modules I encounter the error below. I've encountered the issue on both Windows 7 and Linux.
daily_planner.py
Traceback (most recent call last):
File "C:\JoshTemp20180301\daily-planner-master\daily_planner.py", line 29, in
f.write(bytes('\def\author{' + author + '}\n', 'UTF-8'))
TypeError: str() takes at most 1 argument (2 given)
The text was updated successfully, but these errors were encountered: