ryran / pyrite

OpenSSL/GnuPG encryption/signing gui for Linux implemented with Python & PyGTK
73 stars 14 forks source link

Please make it compatible with older python #13

Closed jirib closed 11 years ago

jirib commented 11 years ago

Problematic lines (till now) seems to be:

        if startup or self.g_cipher.get_active() in {0, 2}:
            if self.p['cipher'] not in {0, 2}:
    if check_output(cmd)[:4] in {'ASCI', 'UTF-'}:
            if action in {'enc', 'dec'}:
            elif action in {'embedsign', 'clearsign', 'detachsign'}:
            elif action in {'enc', 'dec'}:
            elif action in {'embedsign', 'clearsign'}:
            elif action in {'enc', 'dec'}:
            elif action in {'embedsign', 'clearsign', 'detachsign'}:
            if action in {'enc', 'dec'}:
            elif action in {'embedsign', 'clearsign', 'detachsign'}:
            elif action in {'enc', 'dec'}:
            elif action in {'embedsign', 'clearsign', 'detachsign'}:
        if action in {'embedsign', 'clearsign', 'detachsign'}:
    elif action in {'embedsign', 'clearsign', 'detachsign'}:
    if action in {'enc', 'embedsign', 'detachsign'}:

I cannot run pyrite on RHEL6. Thank you!

jirib commented 11 years ago

Ah, duplicate of https://github.com/ryran/pyrite/issues/4

ryran commented 11 years ago

Hi @jirib. Thanks for taking an interest in pyrite -- and thanks for noticing that there was already a ticket open about this. As you can see there, it wouldn't be trivial to get pyrite working in RHEL6 -- nothing much has changed since my last comment in that thread. Still busy at Red Hat and still haven't attempted to create a dumbed-down version.