--> --> -->
 
 
ModuleNotFoundError
Python 3.11.2: /usr/bin/python3
Tue Feb 11 16:52:36 2025

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/omaera/public_html/gyaru/index.py in <module>
     12 from http import cookies
     13 
=>   14 import twitter
     15 
     16 REQUEST_TOKEN_URL = 'https://api.twitter.com/oauth/request_token'
twitter undefined

ModuleNotFoundError: No module named 'twitter'
      add_note = <built-in method add_note of ModuleNotFoundError object>
      args = ("No module named 'twitter'",)
      msg = "No module named 'twitter'"
      name = 'twitter'
      path = None
      with_traceback = <built-in method with_traceback of ModuleNotFoundError object>