Python Bluetooth
Hi all, I'm looking for developing a bluetooth application in python, and I'm looking for the most suitable python library for it. Googling some time I found pyBluez (http://code.google.com/p/pybluez/), however, the library seems to be stopped since end 2009 (latest update Nov 2009) and not to many work since then. Is there any other library? Has anybody any advice about it? For me, the key is to develop in bluetooth, so I'm flexible in programming language, although I'd like to go on python. Thanks for your help, Valentin -- http://mail.python.org/mailman/listinfo/python-list
File transfer with python
Hi there, I hope this is the rigth place, if not please, tell me which is the right dicussion place. I apologize in such case. Ok, I am trying to do a very quick application (is "home based" so is not a big deal...). My intention is to transfer files from one computer to another. I am using several OS (Linux and Windows basicly, but potentially in the future Mac too), and the computers won't be potentially in the same network (ok, the most times will... but there will be exceptions). My intention is to be able to transfer files from one computer to another in this environment. Looking (and surfing) at internet the only suggestion given is to use low level sockets for this file transfer. Is there another way to do it, is there any top level library that helps you to do that? That's a lot! -- http://mail.python.org/mailman/listinfo/python-list