Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
How do I create a dynamic wrapper for another language?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Whitney Battestilli, post: 1760771"] I'm trying to embed python into an application that already contains a scripting language. This scripting language contains thousands of commands and I have the ability to query the script engine and get syntax information regarding valid arguments and such. Rather than writing explicate wrappers for each command (which will be very time consuming), I would like to extend python by creating a module that allows any function name to be executed with any number of keyword arguments. I would then like to take the function name and keyword arguments and pass these to the apps script engine in the format required. Is there any way to do this or any way to do something like this? Thanks in advance for any suggestions that may be offered. --Whitney. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQBArX3bDc8M60vtLoURAgLjAJwLVOvQumPFlMTorRepaO43AGUBqQCeMLOx tM8ADgxlY4PPl14uO4gtNuA= =It2R -----END PGP SIGNATURE----- [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
How do I create a dynamic wrapper for another language?
Top