Re: Can I print 2 calendars side by side?

2016-11-23 Thread Dayton Jones
Perfect! Thank you. -- https://mail.python.org/mailman/listinfo/python-list

Can I print 2 calendars side by side?

2016-11-23 Thread Dayton Jones
I'd like to be able to display 2 calendars side by side, instead of stacked... is this possible? for instance: print(calendar.month(year_a,month)) print() print(calendar.month(year_b,month)) prints: June 1971 Mo Tu We Th Fr Sa Su 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

Re: Quick help for a python newby, please

2016-11-23 Thread Dayton Jones
Ah, perfect - thanks. I was overly complicating things. -- https://mail.python.org/mailman/listinfo/python-list

Re: Quick help for a python newby, please

2016-11-23 Thread Dayton Jones
ah...yes, but then how could I strip the rest (h:m:s) from it? Enter the numerical month you were born: 3 Enter the numerical day of the month you were born: 30 Enter the year you were born: 1989 10100 days, 0:00:00 -- https://mail.python.org/mailman/listinfo/python-list

Python/up2date error on RHEL4

2006-04-10 Thread Dayton Jones
I'm trying to run up2date and keep getting: Traceback (most recent call last): File "/usr/sbin/up2date", line 27, in ? from up2date_client import repoDirector File "/usr/share/rhn/up2date_client/repoDirector.py", line 5, in ? import rhnChannel File "/usr/share/rhn/up2date_client