Reputation: 91
How to integrate ChatScript [scripting language] with my python interface?
Upvotes: 1
Views: 1855
Reputation: 2265
what do you means with "my Python interface" ?
About how to wrap CS inside a Python app, you maybe want to realize a client / server interface (realizing a client in Python):
BTW, I realized a client Ruby gem (maybe helpfull):
http://www.github.com/solyaris/rChatscript
Otherwise if you want to call Python methods from CS scripts, you can use ^TCPopen(...), having realized an HTTP Server Python-side...
Upvotes: 1