freeciv-python
freeciv-python copied to clipboard
ModuleNotFoundError: No module named 'freeciv'
Running the template_.py script, I get the error "ModuleNotFoundError: No module named 'freeciv'". I have run pip install . in the main directory and pip list shows a module 'freeciv-python'. Import freeciv-python fails with File "<stdin>", line 1 import freeciv-python ^ SyntaxError: invalid syntax. I tried changing the module name to freeciv in setup.py and installing, but although pip list shows a module "freeciv", import freeciv still fails.