[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Select a File...



In a message of Tue, 31 Jul 2007 12:52:15 PDT, "Ian Mallett" writes:

>By command-line I mean something where you select the file from the conso
>le
>window.  I once wrote a little program that does that, but only to lower
>level directories.  If I were to use a command-line thing, it would have 
>to
>be able to access top-directory files.  I don't know how to do that.
>
>I think wxPython is what I need.  I don't know how to use it, though.  I'
>m
>looking at wxFileSelector()
>
>Ian
>

I think you want the file picker from here:
http://www.imitationpickles.org/pgu/docs/gui.dialog.html

Laura