tartavull / pyalienfx

Automatically exported from code.google.com/p/pyalienfx
GNU General Public License v3.0
0 stars 0 forks source link

AlienFx on M17xR4 #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Initializing Driver  ...
Comnputer M17XR3 found ! Loading the parameters ...
Initializing Controller ...
Loading : ./Profiles/Default.cfg
SPEED =  65280
Initializing Interface ...
pyAlienFX.py:123: GtkWarning: Can't pass in construct-only parameters to 
cancel_button
  self.gtk_AlienFX_Main.add_from_file('./glade/AlienFXMain.glade')
pyAlienFX.py:123: GtkWarning: Can't pass in construct-only parameters to 
ok_button
  self.gtk_AlienFX_Main.add_from_file('./glade/AlienFXMain.glade')
Traceback (most recent call last):
  File "pyAlienFX.py", line 937, in on_Apply_pressed
    self.Set_Conf()
  File "pyAlienFX.py", line 710, in Set_Conf
    self.controller.Write_Conf()
  File "pyAlienFX.py", line 1224, in Write_Conf
    self.Send_Packet()
  File "pyAlienFX.py", line 1260, in Send_Packet
    resp = self.getResults()
  File "pyAlienFX.py", line 1194, in getResults
    data = self.sock.recv(self.BUFSIZE)
socket.timeout: timed out

Original issue reported on code.google.com by youssef....@gmail.com on 22 Sep 2013 at 5:18