ecrespo / pysms-send

Automatically exported from code.google.com/p/pysms-send
0 stars 0 forks source link

Interfaz grafica no inicia si no se tiene el motorola v9 conectado y configurado. #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
La interfaz gráfica da un mensaje de error en la consola cuando no se tiene el 
motorola v9 conectado y configurado en Linux. 
Mover la configuración al menú Celular de la nueva interfaz grafica.

Original issue reported on code.google.com by ecre...@gmail.com on 8 Mar 2011 at 5:14

GoogleCodeExporter commented 9 years ago
sms-send-ui.py:33: GtkWarning: gtk_radio_button_set_group: assertion 
`!g_slist_find (group, radio_button)' failed
  self.__w_tree = gtk.glade.XML(self.__glade_file)
sms-send-ui.py:33: GtkWarning: Ignoring the separator setting
  self.__w_tree = gtk.glade.XML(self.__glade_file)

(sms-send-ui.py:3832): libglade-WARNING **: could not find a parent that 
handles internal children for `vbox'
Traceback (most recent call last):
  File "sms-send-ui.py", line 158, in <module>
    app = App()
  File "sms-send-ui.py", line 64, in __init__
    self.__sms = Sms(self.__dispositivo,self.__baudios)
  File "/home/ernesto/bin/python/pysms-send/src/pyMensajeSend.py", line 25, in __init__
    self.__serial = serial.Serial(self.__dispositivo_serial,self.__baudios,timeout=0.7)
  File "/usr/lib/python2.6/dist-packages/serial/serialutil.py", line 166, in __init__
    self.open()
  File "/usr/lib/python2.6/dist-packages/serial/serialposix.py", line 175, in open
    raise SerialException("could not open port %s: %s" % (self._port, msg))
serial.serialutil.SerialException: could not open port /dev/ttyUSB0: [Errno 2] 
No existe el fichero o el directorio: '/dev/ttyUSB0'

Original comment by ecre...@gmail.com on 8 Mar 2011 at 5:16