> -----Original Message----- > From: robert [http://dummy.us.eu.org/robert] > Sent: Sunday, June 09, 2002 7:35 PM > To: Vocola > Subject: RE: getting further (was a traceback error when I try Vocola) > > > > From: "Vocola" <http://www.attbi.com/~Vocola> > > Date: Sun, 9 Jun 2002 16:38:31 -0400 > > > > I think the "file association" trick will just not work in Windows 98. > > However, it's easy to just put "WordPad" directly into the > NatLink code. In > > "_vocola_mail.py", instead of the line: > > > > natlink.execScript('ShellExecute "cmd /c ' + filename + '", 6') > > > > use the line: > > > > natlink.execScript('ShellExecute "wordpad ' + filename + '", 1') > > > > That should work just as well. > > Yes, this works. > > However, it's sorta weird. It opens it up minimized. Oh, well. Did you change the "6" to a "1" in the line in question? -Rick