Allcaps - 2009-04-14

Hi,

I started to play with the examples. File_send.py worked fine. But file_receive.py crashes. The transfer worked and the received file is correctly saved to disk but after that Python stopped with the message: "Segmentation fault" and from the OS: "The application Python quit unexpectedly".

Teminal:
MacBook:examples allcaps$ python file_receive.py
Waiting to receive file on channel 1...
Segmentation fault
MacBook:examples allcaps$

I used OS X 10.5.6, Python 2.5.4, LightBlue 0.4

Help please?