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
>>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
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([
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
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?
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.
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