Hello,
tried these days to communicate with python to an arexx-port of another application, YAM in this case:
File "yam.py":Code:
import arexx
p = arexx.port()
print p
result = p.send('YAM','FolderInfo')
print result
p.close()
but this went not so well:
Code:
> python yam.py
<arexx port PYTHON at 225270b0>
Traceback (most recent call last):
File "yam.py", line 7, in <module>
result = p.send('YAM','FolderInfo')
AttributeError: 'arexxport' object has no attribute 'send'
According pydoc arexx, this error shouldn't happen, or missed i something
Any help is appreciated, thx
--
Systeminfo: MacMini, MorphOS 2.7, latest Python (r254:144, Dec 21 2010, 01:08:28)