Answer the question
In order to leave comments, you need to log in
Why doesn't the interpreter see my python modules?
I have such code
#! /usr/bin/env python
# -*- coding: utf-8 -*-
import sys
from user.bot import User
number= '3432'
def main():
User(number).start()
if __name__ == "__main__":
main()
ModuleNotFoundError: No module named 'user'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question