cuwo icon indicating copy to clipboard operation
cuwo copied to clipboard

ModuleNotFoundError

Open DenisKoether opened this issue 3 years ago • 2 comments

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?

DenisKoether avatar Jan 10 '22 20:01 DenisKoether

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.

ShaneTRS avatar Jan 10 '22 20:01 ShaneTRS

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

DenisKoether avatar Jan 15 '22 20:01 DenisKoether