Bugs item #3438213, was opened at 2011-11-15 02:12
Message generated for change (Tracker Item Submitted) made by hovea
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3438213&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: win32timezone
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Anthony (hovea)
Assigned to: Jason R. Coombs (jaraco)
Summary: astimezone could not process time on Pythonwin for 3.2
Initial Comment:
Runing the testPersist.py
Timezone processing failed on python32
returning Stat 1
pythoncom error: Unexpected exception in gateway method '<unknown>'
ValueError: astimezone() cannot be applied to a naive datetime
pythoncom error: Unexpected gateway error
ValueError: astimezone() cannot be applied to a naive datetime
Set Size0
Traceback (most recent call last):
File "C:\Python32\Lib\site-packages\win32com\test\testPersist.py", line 204, in <module>
test()
File "C:\Python32\Lib\site-packages\win32com\test\testPersist.py", line 134, in test
stcom = pythoncom.StgCreateDocfileOnILockBytes(lbcom, storagecon.STGM_DIRECT| storagecon.STGM_CREATE | storagecon.STGM_READWRITE | storagecon.STGM_SHARE_EXCLUSIVE, 0)
pywintypes.com_error: (-2147467259, 'Unspecified error', None, None)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3438213&group_id=78018
|