Please help me solving this error

20 views
Skip to first unread message

Ramesh Bhatta

unread,
May 23, 2023, 9:12:32 PM5/23/23
to django...@googlegroups.com
Traceback (most recent call last):
  File "C:\users\rudra\desktop\python\client2.py", line 1, in <module>
    import urllib.request
  File "C:\Users\Rudra\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py", line 84, in <module>
    import base64
  File "C:\Users\Rudra\AppData\Local\Programs\Python\Python311\Lib\base64.py", line 9, in <module>
    import re
  File "C:\users\rudra\desktop\python\re.py", line 23
    print(re.findall('[aeiou]+',line))
                                      ^

--


prdpch...@gmail.com

unread,
May 24, 2023, 9:21:15 PM5/24/23
to django...@googlegroups.com

My code is
import re

iine = “My name is Bahtta. I want to learn”
print(re.findall('[aeiou]+', line))

And is it is running ok

Sent from Mail for Windows

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHrGOLFQmheaL1frkawv4obMJF5%3DPfmsPxH2nmRrPPwdoCAHeA%40mail.gmail.com.

 

Reply all
Reply to author
Forward
0 new messages