--> -->
 
 
ModuleNotFoundError
Python 3.9.13: /usr/bin/python3
Tue Apr 23 13:18:14 2024

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

 /var/www/test/index.py in <module>
      7 print()
      8 
=>    9 from selenium import webdriver
     10 from urllib.request import urlopen
     11 print("<iframe src=\"http://docs.google.com/gview?url=198.199.81.128/Santiago_Andaluz_Ruiz_Resume.pdf&embedded=true\" style=\"width:100%; height:100%;\" frameborder=\"0\"></iframe>")
selenium undefined, webdriver undefined

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