Python Forum
Following a tutorial: ModuleNotFoundError
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Following a tutorial: ModuleNotFoundError
#1
ModuleNotFoundError: No module named "base"

The code starts off like this:

from random import *
from turtle import *
from base import vector
Reply
#2
Which tutorial? The base module looks like something that was created for the tutorial.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply
#3
(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.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020