Extending Python Questions .....

Diez B. Roggisch deets at nospam.web.de
Mon Feb 23 15:18:16 EST 2009


Ben schrieb:
> Ok... Now I can start asking.
> 
> In My S-Lag Project called, SLAG, I have some function keys that get
> mapped back to S-lang internal functions.
> 
> My SLAG project works pretty much like Python (as does the S-Lang).
> You write a S-lang script
> that "imports" your extension. module - and all this gets run by the
> shell/interpreter.
> 
> I allow function keys to be mapped back internal function(s) inside of
> the controlling program.
> 
> My question is which Python C api Do I need to this with ? Do I need
> to worry about my reference counting since the Python Program is in
> essence calling a function in itself?


What's S-Lag? What is S-Lang?

I'm sure I can google that, however I think you might want to provide a 
bit more context yourself to receive better answers.

Diez



More information about the Python-list mailing list