ryran / pyrite

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

Cannot import modules.core #29

Open dremelts opened 3 years ago

dremelts commented 3 years ago

I am on LinuxMint 19.1, I have all the prerequisites installed and I used the downloaded zip file to install pyrite. When I try to run pyrite it says: File "/usr/share/pyrite/pyrite.py", line 37, in import modules.core ImportError: No module named modules.core

Any ideas?

Thanks, Dave

stokito commented 1 year ago

The pyrite is written in Python 2 but all Linux distros migrated to Python 3 which is incompatible. So the program needs for migration. This shouldn't be a complicated task and you may try to contribute. Still it uses GTK which is probably also outdated.

stokito commented 1 year ago

I fixed the problem. If you can test please checkout my sources and try it:

git clone git@github.com:stokito/pyrite.git
cd pyrite
./pyrite.py