mapslicer
mapslicer copied to clipboard
Error: No module named main
When I attempt to run mapslicer.py, i get the following error:
Traceback:
FILE "C:\Users\emily\Downloads\mapslicer-master\mapslicer.py", line 47, in <module>
import mapslicer
FILE "C:\Users\emily\Downloads\mapslicer-master\mapslicer\__init__.py", line 3, in <module>
from main import MainFrame
ModuleNotFoundError: No module named 'main'
Can you please check whether you have a file mapslicer\main.py
?
You're using the source exactly as it is here, and you're running from your mapslicer-master
directory the command python mapslicer.py
?
What are your versions of python, windows and gdal?
You're probably not using python2.