Guest User

Untitled

a guest
Jul 17th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. (01:10:34) [0x9c63028] [rb_python_module_new_object] rb-python-module.c:393: Creating object of type RFIDPlayerModule+RBPythonPlugin
  2. (01:10:34) [0x9c63028] [rb_python_object_init] rb-python-plugin.c:203: Creating python plugin instance
  3. (01:10:34) [0x9c63028] [rfid.__init__] /usr/lib/rhythmbox/plugins/serial/rfid.py:11: watching /dev/ttyUSB0. This is hardcoded. suck it up
  4. Traceback (most recent call last):
  5. File "/usr/lib/rhythmbox/plugins/serial/__init__.py", line 6, in __init__
  6. self.reader = rfid()
  7. File "/usr/lib/rhythmbox/plugins/serial/rfid.py", line 7, in __init__
  8. self.ser = serial.Serial('/dev/ttyUSB0', 2400, timeout=5)
  9. AttributeError: 'module' object has no attribute 'Serial'
Add Comment
Please, Sign In to add comment