View Single Post
Posts: 190 | Thanked: 129 times | Joined on Mar 2010 @ Bavaria, Germany
#169
Originally Posted by aspidites View Post
@gri: That's what he's been talking about the entire time-- ctypes. The problem is that the rtcom API is obscure at best.

Specifically post #137 of this thread.
I think you got me wrong. I meant: If accessing the rtcom-eventlogger with python would result in too much crappy code, it would be better to write a common library which makes python bindings or simple functions for that.

Something like:
insert_outbound_sms(name, number, text)

That would be easy to write in c and prettier to read in python.