Dennis Lee Bieber wrote:
> On 3 Jul 2007 10:03:45 GMT, Jorgen Grahn
> <[EMAIL PROTECTED]> declaimed the following in
> comp.lang.python:
> 
>> How does Python combine with ARexx?  Can you control applications
>> which provide an ARexx interface?
>>
>       Irmen had supplied a Python module that had ARexx port operations.

It was not only possible to control a program with an ARexx port from your
Python programs, but it was also possible to create an ARexx host program
in Python. That is: a program exposing an ARexx command port to receive
ARexx messages. This could be done in a few lines of (python) code.

If you're interested, a bit more info is on the AmigaPython page:
http://www.monkeyhouse.eclipse.co.uk/amiga/python/

--Irmen
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to