Changes between Initial Version and Version 1 of Ticket #233


Ignore:
Timestamp:
03/14/13 03:44:36 (11 years ago)
Author:
Antoine Martin
Comment:

Should be fixed in r5154 - feel free to re-open if not.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #233

    • Property Status changed from new to closed
    • Property Milestone changed from to 0.12
    • Property Resolution changed from to fixed
    • Property Summary changed from Winswitch Broken - Attribute Error: 'module' object has no attribute 'threads_init' to distros without glib bindings - Attribute Error: 'module' object has no attribute 'threads_init'
  • Ticket #233 – Description

    initial v1  
    11
    22When I install winswitch on Centos 6.4, I get the following error. Installation went fine, no issues. (Windows version worked fine too, no issues.) I'm assuming it needs something similar to the following added:
    3 
     3{{{
    44        try:
    55            glib.threads_init()
     
    1212            #old versions of gobject may not have this method
    1313            pass
    14 
     14}}}
    1515
    1616Here is the actual error message I'm getting:
    1717
    18 
     18{{{
    1919$ winswitch_server
    2020[DD] 2013/13/03 16:34:58.449676 main_loop.loop_init(False)
     
    2929    glib.threads_init()
    3030AttributeError: 'module' object has no attribute 'threads_init'
     31}}}