|
|
|
|
|
by progman
4276 days ago
|
|
Unfortunately these suggestions don't work also. Could the problem be in psty.py? Or is my Python 2.7 obsolete? There is a strange error message in psty: EXCEPT timestamp out of range for platform time_t
Traceback (most recent call last):
File "psty.py", line 404, in send_head
self.send_header("Last-Modified", self.date_time_string(entry["mtime"]))
File "/usr/lib/python2.7/BaseHTTPServer.py", line 468, in date_time_string
year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
ValueError: timestamp out of range for platform time_t |
|