Python Forum

Full Version: Following a tutorial: ModuleNotFoundError
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ModuleNotFoundError: No module named "base"

The code starts off like this:

from random import *
from turtle import *
from base import vector
Which tutorial? The base module looks like something that was created for the tutorial.
(Aug-19-2019, 01:33 AM)ichabod801 Wrote: [ -> ]Which tutorial? The base module looks like something that was created for the tutorial.

Fantastic, this is indeed the case. I just need to figure out how to add the module to Pycharm now and it should work. It's a Udemy course so I share the tutorial video.