Re: [python-win32] Does Python need a native Windows GUI toolkit?

2008-12-01 Thread Hendrik van Rooyen
Tony Cappellini wrote: >What do you mean by the "new pythoncard stuff" ? >Pythoncard has been around for a long time. > Like I said - there was a thread on clp not so long ago. If I remember correctly, the title was: "new wine in old bottles". I am under the impression it was started by the ori

Re: [python-win32] Does Python need a native Windows GUI toolkit?

2008-12-01 Thread Tony Cappellini
>>Back to this thread - has anybody used the new pythoncard stuff? What do you mean by the "new pythoncard stuff" ? Pythoncard has been around for a long time. I've used it- and it's one of the reasons I now use wxPython directly, without any wrappers. (I didn't like Boa - but it's been a long ti

Re: [python-win32] win32com and extended error messages: IDL with [out, retval] long* error)

2008-12-01 Thread Mark Hammond
Sandy Walsh wrote: Hi, I have a C++ COM Server with an IDL entry of: [ object, uuid(D989CB9A-0013-4E1A-BFB6-98A7946BD255), dual, helpstring("IFoo Interface"), pointer_default(unique) ] interface IFoo : IDispatch { [ id(1), helpstring("method Connect")] HRESULT Connect([

Re: [python-win32] win32com and extended error messages: IDL with [out, retval] long* error)

2008-12-01 Thread Sandy Walsh
I should also mention that this happens with early or late bound dispatches. -S Sandy Walsh wrote: I'm not sending extended error messages on the C++ side, just setting this error code out variable. I can only assume that the exception is being generated in the MS Com libraries when it tries t

Re: [python-win32] Does Python need a native Windows GUI toolkit?

2008-12-01 Thread Michel Claveau
Hi! Perso, I use a HTML-GUI (with Python=>PyWin32=>IE+Jscript library). It is self-important for me, and enough fun... Have you tried pyjamas or pyjamas-desctop? No. But: - I believe than Pyjama run only on linux ; and, I run only on windows... - The next of Pyjama is Appcelerator, no?

Re: [python-win32] Does Python need a native Windows GUI toolkit?

2008-12-01 Thread niki
Michel Claveau wrote: Hi! Perso, I use a HTML-GUI (with Python => PyWin32 => IE+Jscript library). It is self-important for me, and enough fun... Have you tried pyjamas or pyjamas-desctop? HTH Niki ___ python-win32 mailing list python-win32@python.

[python-win32] win32com and extended error messages: IDL with [out, retval] long* error)

2008-12-01 Thread Sandy Walsh
Hi, I have a C++ COM Server with an IDL entry of: [ object, uuid(D989CB9A-0013-4E1A-BFB6-98A7946BD255), dual, helpstring("IFoo Interface"), pointer_default(unique) ] interface IFoo : IDispatch { [ id(1), helpstring("method Connect")] HRESULT Connect([in] BSTR x, [in] sho