pyrite icon indicating copy to clipboard operation
pyrite copied to clipboard

Cannot import modules.core

Open dremelts opened this issue 3 years ago • 2 comments

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

dremelts avatar Mar 16 '21 15:03 dremelts

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 avatar Oct 01 '23 11:10 stokito

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

git clone [email protected]:stokito/pyrite.git
cd pyrite
./pyrite.py

stokito avatar Oct 01 '23 18:10 stokito