Python Forum
What is error: "TypeError: 'module' object is not callable"
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is error: "TypeError: 'module' object is not callable"
#3
That's because you're trying to treat the module telnetlib like a function and it isn't, so you can't call it.
Reply


Messages In This Thread
RE: What is error: "TypeError: 'module' object is not callable" - by ndc85430 - Apr-18-2020, 10:21 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  'str' object is not callable peterkl 10 12,043 Oct-17-2016, 06:45 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

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