Re: [python-win32] Setting a 64bit FILETIME PT_SYSTIME property using pywin32's SetProps()

2011-11-22 Thread Sriram ET.
Zhihong, I am not familiar with the internals enough to confirm if the issue you are pointing out and the problem in my original email are the same. I am using Python 2.7 on windows 32 bit. Can you explain why you feel the two issues are the same? -Sriram On Tue, Nov 22, 2011 at 8:36 AM, 陈智宏

Re: [python-win32] Setting a 64bit FILETIME PT_SYSTIME property using pywin32's SetProps()

2011-11-22 Thread 陈智宏
Dear Sriram, Pythonwin has internal standard one to process win32time. I have found the solution on http://sourceforge.net/tracker/?func=detailaid=3438213group_id=78018atid=551954 In fact, there is crapy code in Pytime.cpp which supports OLD version of Python timezone processing. But for new

Re: [python-win32] Setting a 64bit FILETIME PT_SYSTIME property using pywin32's SetProps()

2011-11-22 Thread Sriram ET.
Hm, I do not have a Visual Studio or similar development environment set up on my machine. Rebuilding from scratch - is there no other option? Thanks! Sriram On Tue, Nov 22, 2011 at 4:26 PM, 陈智宏 zhihong.chen...@gmail.com wrote: Dear Sriram, Pythonwin has internal standard one to process

Re: [python-win32] Setting a 64bit FILETIME PT_SYSTIME property using pywin32's SetProps()

2011-11-22 Thread Sriram ET.
I guess my question is - does it not make sense to push this fix into the main tree and release a build? 2011/11/22 Sriram ET. karra@gmail.com Hm, I do not have a Visual Studio or similar development environment set up on my machine. Rebuilding from scratch - is there no other option?