File "/usr/lib/python3.12/linecache.py", line 11, in <module>
    import tokenize
  File "/home/davea/misc/kb2db/tokenize.py", line 65, in <module>
    from bs4 import BeautifulSoup

There's your problem. You have a local module called "tokenize" that's
masking tokenize in the stdlib. I would suggest renaming it to something
else.

** Changed in: beautifulsoup4 (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2138135

Title:
  partially installed module bs4 (python3 module)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/beautifulsoup4/+bug/2138135/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to