01-04-2009, 11:46 AM
|
#7
|
reader
Posts: 6,977
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
|
From Paul Durrant in Simple guide to installing Python:
Quote:
The error
TypeError: ljust() takes exactly 1 argument (2 given)
means that your version of Python is too old for this script. I think it was in Python 2.4 that the second argument was added to ljust().
|
|
|
|