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
64 bit version of pytrayicon.so (used by gmail notifier)
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
---------