matpow2 / cuwo

Open server and utilities for Cube World
GNU General Public License v3.0
170 stars 49 forks source link

ModuleNotFoundError #238

Open DenisKoether opened 2 years ago

DenisKoether commented 2 years ago

Hey, i dont no why, i tried many things and anytime i got this message: C:\Windows\system32>C:\Windows\py.exe -3 -m cuwo.server C:\Program Files\Python\python.exe: Error while finding module specification for 'cuwo.server' (ModuleNotFoundError: No module named 'cuwo')

can anyone help me out?

ShaneTRS commented 2 years ago

Here's the quickstart guide: https://github.com/matpow2/cuwo/wiki/Quickstart You can also build from source: https://github.com/matpow2/cuwo/wiki/WindowsSource

I'm not very experienced with Python, but I think you get errors like that if you try to execute the program with a different version of Python than it was compiled with. Because of that, I recommend building it from source if possible.

DenisKoether commented 2 years ago

@ShaneTRS I've been using the specified version of Python. What are you using to make it work?