In <[EMAIL PROTECTED]>, MiguelS wrote:
> import win32ui
> from pywin.mfc import docview
>
> t = object_template()
> d = t.OpenDocumentFile("d:/temp/music.log", True)
>
> Crashes PythonWin
What do you mean by `crashes`? Any chance you get a name error like::
NameError: name 'object_template' is not defined
?
Ciao,
Marc 'BlackJack' Rintsch
--
http://mail.python.org/mailman/listinfo/python-list
