Re: [python-win32] Displaying contents of a file using PyWin

2006-12-21 Thread Gabriel Genellina
[Forwarded from [EMAIL PROTECTED] At Thursday 21/12/2006 13:51, MiguelS wrote: import win32ui from pywin.mfc import docview t = docview.DocTemplate() t.OpenDocumentFile(d:/temp/music.log, True) This caused windows to close PythonWin. This appears to be a problem with pywin32. Using release

Re: [python-win32] Displaying contents of a file using PyWin

2006-12-21 Thread Mark Hammond
Hi Gabriel, [Forwarded from [EMAIL PROTECTED] At Thursday 21/12/2006 13:51, MiguelS wrote: import win32ui from pywin.mfc import docview t = docview.DocTemplate() t.OpenDocumentFile(d:/temp/music.log, True) This caused windows to close PythonWin. This appears to be a problem with

Re: [python-win32] Displaying contents of a file using PyWin

2006-12-21 Thread Gabriel Genellina
At Friday 22/12/2006 00:28, Mark Hammond wrote: import win32ui from pywin.mfc import docview t = docview.DocTemplate() t.OpenDocumentFile(d:/temp/music.log, True) This caused windows to close PythonWin. This appears to be a problem with pywin32. Using release 209 for Python 2.4 I