Changes between Initial Version and Version 1 of Ticket #223


Ignore:
Timestamp:
10/11/12 10:19:53 (11 years ago)
Author:
Antoine Martin
Comment:

Thanks, applied in r5097 - will probably re-spin the packages with this fix

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #223

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #223 – Description

    initial v1  
     1{{{
    12OS: Linux olloff-desktop 3.5.0-15-generic #23-Ubuntu x86_64 x86_64 x86_64 GNU/Linux
    23Python: 2.7.3
    34Winswitch: __version__=0.12.17
     5}}}
    46Error: http://pastebin.com/uuLLTjAP
    57Traceback: http://pastebin.com/xKW3kKnw
    68
    79After fresh install 0.12.16 or update to 0.12.17 I get next error:
    8 > SyntaxError: Non-ASCII character '\xc3' in file /usr/lib/python2.7
    9 > /dist-packages/winswitch/util/xkbmap_util.py
     10{{{
     11SyntaxError: Non-ASCII character '\xc3' in file \
     12/usr/lib/python2.7/dist-packages/winswitch/util/xkbmap_util.py
     13}}}
    1014
    11 Problem seems to be fixed by adding encoding information to xkbmap_util.py
    12 > # -*- coding: utf-8 -*-
     15Problem seems to be fixed by adding encoding information to {{{xkbmap_util.py}}}:
     16{{{
     17# -*- coding: utf-8 -*-
     18}}}