python interaction

07 Oct 2010

Hello,

I have tested RPCSerial with Terminal as described here:   http://mbed.org/projects/cookbook/wiki/RPC

next step is to 'talk' to mbed from python as described here: http://mbed.org/cookbook/Interfacing-with-Python

I use winXP and Python2.7

I can not install the library mbed.py to python.

Normaly there should be an installation script or exe.

Please advise how to install mbed.py to Python

Regards,

Nikos Chalikias

10 Oct 2010

Hi Nikos,

For Python you don't need any installation script, you just have to put the mbed.py in one of the folders of the sys.path.

You can see the folder path by going to File >> Path Browser. Then copy your file to one of those and restart your Python it should be working right now.

Best Regards

Miguel Fontex