Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
<_io.BufferedRandom name =
#2
Do you have a full traceback, not just the one line error from it?

The message suggests that somewhere is a function called "notes_counter", and that function is printed rather than called.

>>> def notes_counter():
...     pass
...
>>> print(notes_counter)
<function notes_counter at 0x10599cbf8>
But that function name doesn't appear in the code you've shown, and I don't see any references to that name in the tkinter or sqlite3 packages. Without a traceback there's nothing to tie the two together.
Reply


Messages In This Thread
<_io.BufferedRandom name = - by Maryan - Oct-17-2020, 09:26 PM
RE: <function notes_counter at 0x0000024E06FC51F0 - by bowlofred - Oct-17-2020, 09:30 PM
RE: <_io.BufferedRandom name = - by Maryan - Oct-17-2020, 09:44 PM
RE: <_io.BufferedRandom name = - by bowlofred - Oct-18-2020, 03:04 AM
RE: <_io.BufferedRandom name = - by Maryan - Oct-18-2020, 04:17 PM

Forum Jump:

User Panel Messages

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