[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: getting further (was a traceback error when I try Vocola)
- To: "robert" <http://dummy.us.eu.org/robert>
- Subject: RE: getting further (was a traceback error when I try Vocola)
- From: "Vocola" <http://www.attbi.com/~Vocola>
- Date: Sun, 9 Jun 2002 19:37:22 -0400
- Delivered-To: http://dummy.us.eu.org/robert
- Importance: Normal
- In-Reply-To: <20020609233444.24621.qmail>
- Keywords: http://www.attbi.com/~Vocola http://www.attbi.com/~Vocola robert http://www.attbi.com/~Vocola
> -----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