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!

 

 

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to