Menu

#25 No support for 64 bit systems

v1.6
open
nobody
Interface (7)
5
2007-06-28
2007-06-28
No

When you start notifier.py it exits straight away with the error:

Traceback (most recent call last):
File "./notifier.py", line 9, in <module>
import pytrayicon
ImportError: xxx /pytrayicon.so: wrong ELF class: ELFCLASS32

(with xxx being your current working directory)

This is because pytrayicon.so is compiled under a 32 bit machine.

To use gmail notifier you need to Traceback (most recent call last):
File "./notifier.py", line 9, in <module>
import pytrayicon
ImportError: xxx /pytrayicon.so: wrong ELF class: ELFCLASS32

where xxx is your gmail install path.

This is because pytrayicon.so is compiled against a 32 bit compiler.

To fix this bug you need to download the attached file (which is a 64 bit version of pytrayicon.so and replace the existing file)

This file should be ideally added to the zip file for download.

Thanks

Phillip Taylor B.Sc. Hons
Systems Developer

Discussion

  • Philluminati

    Philluminati - 2007-06-28

    64 bit version of pytrayicon.so (used by gmail notifier)

     
  • Philluminati

    Philluminati - 2007-06-28

    Logged In: YES
    user_id=1720565
    Originator: YES

    Sorry for dupe text above. Should simply read:
    -----------------------------------------------
    When you start notifier.py it exits straight away with the error:

    To use gmail notifier you need to Traceback (most recent call last):
    File "./notifier.py", line 9, in <module>
    import pytrayicon
    ImportError: xxx /pytrayicon.so: wrong ELF class: ELFCLASS32

    where xxx is your gmail install path.

    This is because pytrayicon.so is compiled against a 32 bit compiler.

    To fix this bug you need to download the attached file (which is a 64 bit
    version of pytrayicon.so and replace the existing file)

    This file should be ideally added to the zip file for download.

    Thanks

    Phillip Taylor B.Sc. Hons
    Systems Developer

    ---------

     
  • Philluminati

    Philluminati - 2007-06-28
    • summary: No support 64 bit systems --> No support for 64 bit systems
     

Log in to post a comment.

MongoDB Logo MongoDB