Hi,
I have not used it, but I noticed 'Eric 5'
http://eric-ide.python-projects.org/ is targeting python3.0
Also from the documentation:
"Qt designer, the standard Qt tool for designing forms, is launched by eric"
I think most people use a Editor/IDE for python they feel comfortable
with. To d
Hi,
Not an answer to this thread but a related win32 authorization question?
Does windows OS have a standard dialog box I can call from python that
queries the username/password, and returns a token?
I'd like not to have to worry about other peoples plain text passwords
being in variables in m
Hi Mark,
For your info I contacted O'Reilly about the book after being told by a
bookseller it appears "out of print"
Here is their response
> Hello,
>
> "Python Programming On Win32" is still "In Print".
> We have it on a "Print on demand" status.
> Every month or so we print enough to fill our
Hi,
I was considering buying
Python Programming On Win32 which was written in 2000.
I hate to buy out of date books.
I'd like to ask if the contents of this book are still relevant in 2007
and recent releases of Python.
Will this book continue to be relevant for a number of years to come?
Are
Hi Mark,
Thanks for the info, I had only just inserted the error handling from
the example from your book, and
although it was staring me in the face I was not concentrating on that
message, I was looking at the late/early binding info.
I had missed supplying one argument in that method call,
Greetings,
I have been a COM expert for all of two days ;-)
I did get a Type Mismatch error on an argument, .. the more I dug and
researched this error, the more I found out and now have a question
about early binding.
I am trying to get access to two COM objects/interfaces <=(don't know
what