Re: where to ask questions related to comtypes?

2007-01-04 Thread wcc
Thank you Thomas. On Jan 3, 11:10 pm, Thomas Heller <[EMAIL PROTECTED]> wrote: > wcc schrieb: > > > Hello group, > > > Is there a separate mailing list for comtypes? Or this is the > > appropriate place to post questions related to this package(from Thomas >

Re: question on creating class

2007-01-04 Thread wcc
nation isn't way off. Thank to all again. -- wcc -- http://mail.python.org/mailman/listinfo/python-list

question on creating class

2007-01-03 Thread wcc
estClass(object): def __init__(self): print "Creating object of TestClass..." def method1(self): print "This is a method." if __name__ == "__main__": o = TestClass() o.method1() -- wcc -- http://mail.python.org/mailman/listinfo/python-list

where to ask questions related to comtypes?

2007-01-03 Thread wcc
Hello group, Is there a separate mailing list for comtypes? Or this is the appropriate place to post questions related to this package(from Thomas Heller)? Thanks, -- wcc -- http://mail.python.org/mailman/listinfo/python-list

Re: Need a function. Any built-in function or module for this?

2006-10-15 Thread wcc
Thanks you very much Paul. I think I have a little more homework to do. 1. The upper case letter may not be the first letter in each word. 2. There may be more than one (continous) upper case letters in one word. I just wanted to find out if there is something already there in python built-in func

Need a function. Any built-in function or module for this?

2006-10-14 Thread wcc
My quick search in python reference did not yield valid result. Any pointer? Thanks for your help. -wcc -- http://mail.python.org/mailman/listinfo/python-list

Re: is there such a built-in funciton, similar to filter

2006-03-05 Thread wcc
Thanks a lot Michael. -- http://mail.python.org/mailman/listinfo/python-list

is there such a built-in funciton, similar to filter

2006-03-05 Thread wcc
Is there a built-in function, or function from a module for that? I think it is not hard to write a function for this. But knowing Python is "battery included", I thought I'd like to ask. Thanks for your help. - wcc -- http://mail.python.org/mailman/listinfo/python-list

Re: tools to manipulate PDF document?

2006-01-19 Thread wcc
Thanks Justin. Yes, I had tried pdftk before (could be the current version though, since it has not been upgraded for a while). But somehow it was quite slow when I tried merging, or spliting PDF documents when compared with Adobe Acrobat, especially if the number of PDF to be processed is large.

Re: tools to manipulate PDF document?

2006-01-19 Thread wcc
Thanks a lot tooper. I will check it out. - wcc -- http://mail.python.org/mailman/listinfo/python-list

tools to manipulate PDF document?

2006-01-18 Thread wcc
t. I suppose working with PDF document is a common task. Just wanted to know if there are other alternatives. Thank you very much! - wcc -- http://mail.python.org/mailman/listinfo/python-list

EasyDialogs - select multiple files?

2005-08-15 Thread wcc
Hello group, Can I use EasyDialogs to select multiple files? I saw the function AskFileForOpen but which does not have a flag allowing selection of multiple files. Did I miss something? Thanks very much, - wcc -- http://mail.python.org/mailman/listinfo/python-list

newbie - mode for directory

2005-07-21 Thread wcc
Hello, When using os.mkdir, what are the numeric numbers for different modes? I could only find mode=0777 means read-only. Thanks, - wcc -- http://mail.python.org/mailman/listinfo/python-list

Re: question about raw_input

2005-07-04 Thread wcc
Thanks for your suggestion Michael. -wcc -- http://mail.python.org/mailman/listinfo/python-list

Re: how to retrive highlighted text in a browser?

2005-07-04 Thread wcc
Thanks for reply. I did not expect it to be a browser specific problem. I've been using a freeware dictionary tool called wordweb (it is a great tool) and it can detect highlighted text in browsers or text editors, etc.. I'll keep searching. Thanks again. - wcc -- http://mail.

question about raw_input

2005-07-03 Thread wcc
e...Traceback (most recent call last): File "", line 1, in ? EOFError: EOF when reading a line I don't see this error when using the IDE from python or activepython. Thanks for your time, - wcc -- http://mail.python.org/mailman/listinfo/python-list

how to retrive highlighted text in a browser?

2005-07-03 Thread wcc
I'm a newbie in python. TIA for your help. - wcc -- http://mail.python.org/mailman/listinfo/python-list