Louisville, KY
Greg is a retired neurologist in Louisville, Kentucky, with a long-standing interest in computers and programming, beginning with Fortran IV in the 1960s. When Linux and open source software came along, it kindled a commitment to learning more, and eventually contributing. He is a member of the Scribus Team.
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.
Muchas gracias!