mx.DateTime troubles
Jim Abrams
jim at publishingresources.com
Fri Apr 27 14:47:02 EDT 2001
PythonWin 2.1 (#15, Apr 19 2001, 10:28:27) [MSC 32 bit (Intel)] on win32.
Portions Copyright 1994-2001 Mark Hammond (MarkH at ActiveState.com) - see
'Help/About PythonWin' for further copyright information.
>>> from mx.DateTime import *
>>> now().ticks()
Traceback (most recent call last):
File "<interactive input>", line 1, in ?
File "d:\python21\mx\DateTime\mxDateTime\mxDateTime_Python.py", line 184,
in ticks
TypeError: mktime() takes exactly 1 argument (9 given)
>>>
More information about the Python-list
mailing list