You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: