On 3/20/06, Dino Viehland <[EMAIL PROTECTED]> wrote: > but then we finally blow up because we don't support startfile on the os > module: >
Thanks Dino. I was wondering about that. > >>> webbrowser.open_new('http://www.microsoft.com') > Traceback (most recent call last): > File , line 0, in input##669 > File C:\Python24\Lib\webbrowser.py, line 46, in open_new > File C:\Python24\Lib\webbrowser.py, line 250, in open > AttributeError: 'module' object has no attribute 'startfile' > > -------------- > > I'll open a bug that we need to support startfile... the platform issue is a > more difficult one as our platform is really "cli". So what to do for this > one isn't entirely clear... > Would something like calling... System.Diagnostics.Process.Start("http://www.microsoft.com"); be a solution for IronPython's startfile()? -- Joseph _______________________________________________ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com