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

ModuleNotFoundError: No module named 'Classes.Packets.Client.Home.PlayerStatusMessage' #12

Closed
ghost opened this issue Mar 29, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 29, 2022

Ошибка при запуске в Pydroid:
Traceback (most recent call last):
File "/storage/emulated/0/Download/BSDS-V42-master/Core.py", line 3, in
from Classes.ServerConnection import ServerConnection
File "/storage/emulated/0/Download/BSDS-V42-master/Classes/ServerConnection.py", line 4, in
from Classes.Connection import Connection
File "/storage/emulated/0/Download/BSDS-V42-master/Classes/Connection.py", line 9, in
from Classes.MessageManager import MessageManager
File "/storage/emulated/0/Download/BSDS-V42-master/Classes/MessageManager.py", line 4, in
from Classes.Logic.LogicLaserMessageFactory import LogicLaserMessageFactory
File "/storage/emulated/0/Download/BSDS-V42-master/Classes/Logic/LogicLaserMessageFactory.py", line 11, in
from Classes.Packets.Client.Home.PlayerStatusMessage import PlayerStatusMessage
ModuleNotFoundError: No module named 'Classes.Packets.Client.Home.PlayerStatusMessage'

@ghost ghost closed this as completed Mar 29, 2022
This issue was closed.
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

0 participants