Re: [Tutor] Working with files with python (gtk)

2007-03-15 Thread Eike Welk
Hello Edward! On Thursday 15 March 2007 03:53, Edward A Robinson wrote: > I guess what Im looking for is a python command that dose what the > file command in the shell would do I don't think there is anything like this in Python's standard library. Probably Gnome has a library for identifying t

Re: [Tutor] Working with files with python (gtk)

2007-03-15 Thread Tim Golden
Edward A Robinson wrote: > I guess what Im looking for is a python command that dose what the > file command in the shell would do > > On 3/14/07, Edward A Robinson <[EMAIL PROTECTED]> wrote: >> This is my first time posting to the python tutor so be nice, I have >> read the mailing list and cant

Re: [Tutor] Working with files with python (gtk)

2007-03-14 Thread Edward A Robinson
I guess what Im looking for is a python command that dose what the file command in the shell would do On 3/14/07, Edward A Robinson <[EMAIL PROTECTED]> wrote: > This is my first time posting to the python tutor so be nice, I have > read the mailing list and cant seem to find and answer there or on

[Tutor] Working with files with python (gtk)

2007-03-14 Thread Edward A Robinson
This is my first time posting to the python tutor so be nice, I have read the mailing list and cant seem to find and answer there or on google so I turn to you guys for help. I'm working on a gtk application and I want to list all the image files in a directory. Now I know that if I have an image l