[Tutor] Launching a file browser

Jeff Shannon jeffshannon at gmail.com
Wed Mar 30 19:45:06 CEST 2005


On Mon, 28 Mar 2005 18:53:39 -0800, Mike Hall
<michael.hall at critterpixstudios.com> wrote:

> I my case the gui will be comprised of html and javascript, talking to
> python through system calls. I basically want to know if there's an
> equivalent of the "webbrowser()" module (which launches my browser) for
> file dialogs. This is what EasyDialogs should do, but does not.

If you're using html and browser scripting for your GUI, then you'll
probably need to use html and browser scripting for your file dialog
too.  A file dialog is just another GUI segment, so it should work the
same as the rest of your GUI.

Jeff Shannon


More information about the Tutor mailing list