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
>
nation isn't way off. Thank to
all again.
--
wcc
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
Thanks a lot Michael.
--
http://mail.python.org/mailman/listinfo/python-list
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
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.
Thanks a lot tooper. I will check it out. - wcc
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
Thanks for your suggestion Michael.
-wcc
--
http://mail.python.org/mailman/listinfo/python-list
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.
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
I'm a newbie in python. TIA for
your help.
- wcc
--
http://mail.python.org/mailman/listinfo/python-list
17 matches
Mail list logo