Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot import modules.core #29

Open
dremelts opened this issue Mar 16, 2021 · 2 comments · May be fixed by #31
Open

Cannot import modules.core #29

dremelts opened this issue Mar 16, 2021 · 2 comments · May be fixed by #31

Comments

@dremelts
Copy link

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
Copy link

stokito commented Oct 1, 2023

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 stokito linked a pull request Oct 1, 2023 that will close this issue
@stokito
Copy link

stokito commented Oct 1, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants