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

the builder.py and the server.py and the world.py giving error #280

Open
TheHackerClown opened this issue Jul 3, 2021 · 1 comment
Open

Comments

@TheHackerClown
Copy link

in world.py - Traceback (most recent call last):
File "C:\Users\HP\Desktop\my projects\Craft-master\world.py", line 7, in
dll = CDLL('./world')
File "C:\Users\HP\AppData\Local\Programs\Python\Python39\lib\ctypes_init_.py", line 374, in init
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'C:\Users\HP\Desktop\my projects\Craft-master\world' (or one of its dependencies). Try using the full path with constructor syntax.

in builder.py- Traceback (most recent call last):
File "C:\Users\HP\Desktop\my projects\Craft-master\builder.py", line 248, in
main()
File "C:\Users\HP\Desktop\my projects\Craft-master\builder.py", line 189, in main
client = get_client()
File "C:\Users\HP\Desktop\my projects\Craft-master\builder.py", line 185, in get_client
client = Client(host, int(port))
File "C:\Users\HP\Desktop\my projects\Craft-master\builder.py", line 145, in init
self.conn.connect((host, port))
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it

in server.py - giving error of print statement like invalid syntax

Please fix them as i wanted to play this game asap

@Python-Sargent
Copy link

looks like an error with the server not having the correct dependencies (or client).

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