fbchat-dev / fbchat

Facebook Chat (Messenger) for Python

Home Page:https://fbchat.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module not found Error!

erroradib opened this issue · comments

Code

from fbchat import Client
from fbchat.models import *
client = Client('<user>', '<password>')

Error

 Exception has occurred: ModuleNotFoundError
 No module named 'fbchat.models'
   File "C:\Users\User\Desktop\Facebook\main.py", line 2, in <module>
     from fbchat.models import *

Environment information

  • Python 3.10
  • fbchat 1.9.7