Python Forum
Problems with "re.fullmatch"
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problems with "re.fullmatch"
#4
Yes, re.fullmatch exists in Python. What I'm saying is that the error you're getting in Atom looks like it's caused by you having your own re.py file. You should rename that file.

I don't know what your most recent code is about, you haven't associated an error message with it or anything. In the original code you provided, you passed a Comic object instead of a string to re.fullmatch so that error made perefect sense.

For subsequent posts, please most minimal, runnable code that reproduces whatever error condition you're hitting. If you're posting more than 5-10 lines of code, you should probably be simplifying it further. I say this not just for our benefit (though I'm much more willing to debug short code), but rather because the process of doing so often helps the question asker figure things out for their self, which is a valuable skill to have.
Reply


Messages In This Thread
Problems with "re.fullmatch" - by AlanT - May-16-2019, 07:18 PM
RE: Problems with "re.fullmatch" - by micseydel - May-16-2019, 07:30 PM
RE: Problems with "re.fullmatch" - by AlanT - May-16-2019, 08:49 PM
RE: Problems with "re.fullmatch" - by micseydel - May-16-2019, 10:34 PM
RE: Problems with "re.fullmatch" - by AlanT - May-17-2019, 12:42 PM
RE: Problems with "re.fullmatch" - by micseydel - May-17-2019, 09:11 PM
RE: Problems with "re.fullmatch" - by AlanT - May-17-2019, 10:59 PM
RE: Problems with "re.fullmatch" - by micseydel - May-17-2019, 11:02 PM
RE: Problems with "re.fullmatch" - by AlanT - May-18-2019, 04:45 PM

Forum Jump:

User Panel Messages

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