uuid6-python icon indicating copy to clipboard operation
uuid6-python copied to clipboard

TypeError: 'module' object is not callable

Open lhsaq2009 opened this issue 10 months ago • 1 comments

Traceback (most recent call last):
  File "/Users/haisen/IdeaProjects/23_LiNing/sccp_utils/uuid6.py", line 4, in <module>
    import uuid6
  File "/Users/haisen/IdeaProjects/23_LiNing/sccp_utils/uuid6.py", line 6, in <module>
    my_uuid = uuid6.uuid6()
TypeError: 'module' object is not callable

Image

lhsaq2009 avatar Mar 07 '25 15:03 lhsaq2009

This is my own fault because my file name is uuid6.py

lhsaq2009 avatar Mar 07 '25 15:03 lhsaq2009