This is problem of libgpgme11, finally I found a solution. Just edit core.py
sudo vim /usr/lib/python2.5/site-packages/pyme/core.py between line 60 and 61 add line "check_version(None)" and thats it. I tried to contact a maintainer of PyMe but it seems dead. Could a maintainer of a debian package merge this patch? Ares
60a61 > check_version(None)

