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

python start.py #131

Open
Btoq opened this issue Aug 6, 2023 · 1 comment
Open

python start.py #131

Btoq opened this issue Aug 6, 2023 · 1 comment

Comments

@Btoq
Copy link

Btoq commented Aug 6, 2023

Traceback (most recent call last):
File "/Users/qwerty/EvilOSX/start.py", line 13, in
from server.handler import start_server
File "/Users/qwerty/EvilOSX/server/handler.py", line 22, in
from server import modules
File "/Users/qwerty/EvilOSX/server/modules/init.py", line 11, in
from server.modules.helper import ModuleABC
File "/Users/qwerty/EvilOSX/server/modules/helper.py", line 10, in
from server.model import Model
File "/Users/qwerty/EvilOSX/server/model.py", line 11, in
from Cryptodome.Cipher import AES
ModuleNotFoundError: No module named 'Cryptodome'

@j3r1ch0
Copy link

j3r1ch0 commented Aug 6, 2023

Traceback (most recent call last): File "/Users/qwerty/EvilOSX/start.py", line 13, in from server.handler import start_server File "/Users/qwerty/EvilOSX/server/handler.py", line 22, in from server import modules File "/Users/qwerty/EvilOSX/server/modules/init.py", line 11, in from server.modules.helper import ModuleABC File "/Users/qwerty/EvilOSX/server/modules/helper.py", line 10, in from server.model import Model File "/Users/qwerty/EvilOSX/server/model.py", line 11, in from Cryptodome.Cipher import AES ModuleNotFoundError: No module named 'Cryptodome'

Hey, just a heads up but this is a dead project dude. It's not maintained at all so no one is fixing any issues. You'll have to deal with them yourself.

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

No branches or pull requests

2 participants