Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
email address input
#3
(Jun-26-2024, 05:13 AM)rodiongork Wrote: Hi Friend!

it sounds like we all may profit from a bit more details - e.g. what is the exact output of error ModuleNotFound, which module it complains about, where do you think you have installed what you think you have installed

also as you mentioned, you can allways fallback to regex check. definitely adding some clumsy dependency just for testing string to conform to email format may be a bit overkill.

hey buddy. your timely response is much appreciated. basically the output just says the following



Error:
ModuleNotFoundError: No module named 'email_validator'
i have already ran pip install email_validator in my command prompt a couple of times and it looks like the package is installed however it when i try to import it i get the above error code. obviously i need to use this package instead of regex as the package itself also checks the spelling of the domain name which is something that cant happen by using regex
Reply


Messages In This Thread
email address input - by jacksfrustration - Jun-26-2024, 05:03 AM
RE: email address input - by rodiongork - Jun-26-2024, 05:13 AM
RE: email address input - by jacksfrustration - Jun-26-2024, 05:17 AM
RE: email address input - by Pedroski55 - Jun-26-2024, 07:12 AM
RE: email address input - by menator01 - Jun-26-2024, 08:24 AM
RE: email address input - by DeaD_EyE - Jun-26-2024, 08:35 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  problem in entering address of a file in input akbarza 0 788 Oct-18-2023, 08:16 AM
Last Post: akbarza
  Extracing unique email address from a folder of emails jehoshua 6 3,060 Oct-14-2020, 12:43 AM
Last Post: jehoshua
  Grabing email from a class with input from name Nickd12 2 1,927 Oct-13-2020, 06:22 PM
Last Post: Nickd12
  Slicing and printing two halfs of an email address (Udemy) Drone4four 5 3,010 Aug-26-2019, 09:01 AM
Last Post: wavic
  An email with inline jpg cannot be read by all email clients fpiraneo 4 4,247 Feb-25-2018, 07:17 PM
Last Post: fpiraneo
  Email - Send email using Windows Live Mail cyberzen 2 6,086 Apr-13-2017, 03:14 AM
Last Post: cyberzen

Forum Jump:

User Panel Messages

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