[PyKDE] Beginner Questions (coming from KJSEmbed)

Hihn, Jason Jason.Hihn at verint.com
Wed Sep 15 17:34:19 BST 2004


I've been trying to use KJSEmbed (the qt/kde/javascript engine) but I am
having maturity problems with it. I understand that PyQt is more mature?

 

I am hoping someone can answer these basic questions:

1) Does it have an embeddable interpreter? Can we create an interpreter
object in a C++ program, give it the code wither as string or a
filename, and have it execute, and retrieve values of objects from the
interpreter when the script is done?

 

2) Is it MSVC 6 or 7 compatible? Can it be compiled and linked in to an
existing MFC program?

 

3) What are the size/execution speed costs, if known?

 

4) How are custom bindings to custom binary controls handled? (This is
the biggest problem with KJSEmbed for me ATM)  While we could script it,
it's just too slow. I'd like an easy way to extend the interpreter to
use a binary control. 

 

5) Are there any glaring omissions in this technology?

 

6) Aside from the above, how does it compare and rank with KJSEmbed?

 

Thanks!

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20040915/e8b1b3ef/attachment.html


More information about the PyQt mailing list