AtsushiSakai / googleearthplot

Python library for plotting on google earth
MIT License
35 stars 16 forks source link

ModuleNotFoundError: No module named 'googleearthplot.googleearthplot'; 'googleearthplot' is not a package #2

Closed mag-and-krotons closed 3 years ago

mag-and-krotons commented 3 years ago

Hi,

I am getting an error

Traceback (most recent call last): File "C:/Users/ABSin/PycharmProjects/registration_form/googleearthplot.py", line 1, in <module> from googleearthplot.googleearthplot import googleearthplot File "C:\Users\ABSin\PycharmProjects\registration_form\googleearthplot.py", line 1, in <module> from googleearthplot.googleearthplot import googleearthplot ModuleNotFoundError: No module named 'googleearthplot.googleearthplot'; 'googleearthplot' is not a package