Re: Using win32ui.CreateFileDialog() to get the name of a file.

2005-11-19 Thread Joey C.
Okay, thank you. This worked very well. -- http://mail.python.org/mailman/listinfo/python-list

Re: Using win32ui.CreateFileDialog() to get the name of a file.

2005-11-19 Thread Steve Holden
Joey C. wrote: > Hello. > I'm writing a program that creates a series of batch operations to > convert movies to be used on iPodLinux. The programs that do the > encoding and conversions are seperate from mine and all mine does is > use os.system() to call the program. > > However, it needs to ge