zerlgi / pyalienfx

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

M11X R3 Elementary OS Luna doesn't work with all the solutions #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Alienware m11x R3 Here
1. run install.py and put NO when ask for the daemon
2. run sudo python ./puAlienFX.py
3. every action in the GUI return socket.timeout: timed out

What version of the product are you using? On what operating system?
last version. elementary OS Luna

Please provide any additional information below (Python Error Message if
possible).

this is all the output:
nthings@nthings-M11xR3:~/pyalienfx$ sudo python ./pyAlienFX.py

(pyAlienFX.py:14689): Gtk-WARNING **: Imposible encontrar el motor de temas en 
la ruta al _modulo: «pixmap»,

(pyAlienFX.py:14689): Gtk-WARNING **: Imposible encontrar el motor de temas en 
la ruta al _modulo: «pixmap»,

(pyAlienFX.py:14689): Gtk-WARNING **: Imposible encontrar el motor de temas en 
la ruta al _modulo: «pixmap»,

(pyAlienFX.py:14689): Gtk-WARNING **: Imposible encontrar el motor de temas en 
la ruta al _modulo: «pixmap»,

(pyAlienFX.py:14689): Gtk-WARNING **: Imposible encontrar el motor de temas en 
la ruta al _modulo: «pixmap»,
Initializing Driver  ...
Comnputer M11XR3 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 1106, in on_AlienFX_Menu_Light_Off
    self.controller.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 rkdnthi...@gmail.com on 27 Jun 2014 at 9:27

GoogleCodeExporter commented 9 years ago
I reboot the computer and try again without opening any program and worked :P

Original comment by rkdnthi...@gmail.com on 27 Jun 2014 at 9:55