Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (214 - 216 of 230)

Ticket Resolution Summary Owner Reporter
#227 duplicate no encoding declared in winswitch/util/xkbmap_util.py Antoine Martin 235
Description

in a recent package for ubuntu 12.10

[ee] 2012/10/12 11:21:14.363124 Traceback (most recent call last):
[ee] 2012/10/12 11:21:14.363149   File "/usr/lib/python2.7/dist-packages/winswitch/server/controller.py", line 316, in ready
[ee] 2012/10/12 11:21:14.363166     self.assign_virt_utils()
[ee] 2012/10/12 11:21:14.363181   File "/usr/lib/python2.7/dist-packages/winswitch/server/controller.py", line 405, in assign_virt_utils
[ee] 2012/10/12 11:21:14.363209     from winswitch.virt.vnc_server_util import VNCServerUtil
[ee] 2012/10/12 11:21:14.363225   File "/usr/lib/python2.7/dist-packages/winswitch/virt/vnc_server_util.py", line 16, in <module>
[ee] 2012/10/12 11:21:14.363240     from winswitch.virt.server_util_base import ServerUtilBase
[ee] 2012/10/12 11:21:14.363255   File "/usr/lib/python2.7/dist-packages/winswitch/virt/server_util_base.py", line 40, in <module>
[ee] 2012/10/12 11:21:14.363270     from winswitch.util.xkbmap_util import set_keymap
[ee] 2012/10/12 11:21:14.363286   File "/usr/lib/python2.7/dist-packages/winswitch/util/xkbmap_util.py", line 173
[ee] 2012/10/12 11:21:14.363312 SyntaxError: Non-ASCII character '\xc3' in file /usr/lib/python2.7/dist-packages/winswitch/util/xkbmap_util.py on line 173, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
#245 duplicate No handlers could be found for logger "xpra.scripts.config" Norman Rasmussen
Description

This warning message has been appearing on startup since 0.10.10.

#108 worksforme Can't start shifter_server in Debian Lenny: missing gio Antoine Martin R4v3n
Description

Hi guys, I installed shifter from the debian lenny repository (v 0.9.19) on my Lenny. The application start, but I can't start the shifter_server because of the GIO module of python, because GIO is introduce in PyGTK 2.14, and Lenny run with the 2.12.

To be sure, I paste the error :

*** Caught exception: <type 'exceptions.ImportError'>: No module named gio
Traceback (most recent call last):
  File "/usr/lib/python2.5/shifter/server/controller.py", line 939, in main
    server.start()
  File "/usr/lib/python2.5/shifter/server/controller.py", line 216, in start
    self.start_menu_monitor()
  File "/usr/lib/python2.5/shifter/server/controller.py", line 337, in start_menu_monitor
    import gio
ImportError: No module named gio
2010/30/06 16:24:51 ShifterController.stop_reactor() Can't stop reactor that isn't running.

So, is there a solution, or I need to upgrade to testing to use the winswitch_server ?

Thanks !

Note: See TracQuery for help on using queries.