Sixthhokage2 / remuco

Automatically exported from code.google.com/p/remuco
1 stars 1 forks source link

'No module named bluetooth' error while installing #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is your environment?
* OS: Ubuntu
* Remuco version:9.3.1
* Client device:Nokia N95
* Player:VLC/Rhythmbox

What steps will reproduce the problem?
1.Changed the current directory to the location where downloaded package is 
presnet
2.Then entered the command 'sudo make install-vlc'
3.Got the error:
+-----------------------------------------------------------------+
| Unsatisfied Python requirement: No module named bluetooth.
| Please install the missing module and then retry.
+-----------------------------------------------------------------+

What is the expected behavior? What happens instead?
The installation should complete

Additional information:
I am not able to install due to this error on my ubuntu

Original issue reported on code.google.com by apurvko...@gmail.com on 21 Feb 2011 at 7:18

GoogleCodeExporter commented 9 years ago
As the error message indicates, you need to install the the Python module 
'bluetooth'. On Ubuntu, you do this with

$ sudo aptitude install python-bluez

on the command line. Alternatively use Synaptic to install this package with a 
GUI application.

Original comment by obensonne@googlemail.com on 22 Feb 2011 at 8:33

GoogleCodeExporter commented 9 years ago
Thanks.

Original comment by apurvko...@gmail.com on 23 Feb 2011 at 4:59

GoogleCodeExporter commented 9 years ago

Original comment by obensonne@googlemail.com on 31 Aug 2011 at 8:43

GoogleCodeExporter commented 9 years ago
Hi.  Using 0.96 source on Fedora 18 x64 with standard repos in YUM and RPM 
Fusion free/non free channels--remuco builds 'sudo make install' successfully, 
but when I try to compile an application-specific binary (usually 
remuco-exaile|mpd|mplayer, the python scripts complains about the same python 
'bluetooth' module missing and refuses to complete.  I would comment out this 
check in the .py configure script, but I'm pretty sure the binary would break 
later due to missing required BT service(s).  I have bluez running, of course, 
but, my desktop has no BT interface, and I don't trust BT anyhow nor have I 
found it be reliable.  Can I edit my 'make install' script for your source or 
do you recommend a work-around on my side for python (like adding modules 
manually to python), becasue I'm combed 'yum list 
bluetooth|python*bt|python*bluez' and searched python's support site to no 
avail.
****build output and the output of 'locate python' is attached/compressed****
Thanks!  

Original comment by rynosau...@gmail.com on 26 Feb 2013 at 10:08

Attachments:

GoogleCodeExporter commented 9 years ago
@rynosau...

For Fedora, you need to install the package "pybluez".

Regards

Original comment by fat.loby...@gmail.com on 2 Dec 2013 at 8:39