Greg Pittman

Authored Comments

One thing I'm trying to figure out is how datetime works in Python 3. I have a script that contains the following in Python2:

today = date.today()
d = today.strftime("%A, %B %d, %Y")

What d ends up is today's date, in the form of Day of Week, Month, Date, and Year.
This doesn't work in Python3, but on searching around, I still can't figure out how to do this in Python3.

For users of Scribus, the svn version of Scribus now requires Python3.