Jump to content

Erro: 'module' object is not callable


Go to solution Solved by M6,

Recommended Posts

Posted

estou criando uma consulta whois em python

 import whois
dominio = "dominio.com" 
consultaWhois = whois.whois(dominio)
print consultaWhois.email
print consultaWhois["email"]
print consultaWhois.txt

podem me dizer como corrigir esse erro

Posted
Em 17/05/2022 às 08:44, Rui Carlos disse:

Quais são os detalhes do erro (e.g. linha)?

Aparentemente há vários módulos em Python com o mesmo nome (e.g. este e este).  Qual deles estás a usar?

 

raceback (most recent call last):
  File "whois.py", line 1, in <module>
    import whois
  File "/home/kali/whois.py", line 3, in <module>
    consultaWhois = whois.whois(dominio)
TypeError: 'module' object is not callable

  • Solution
Posted

@mauupor acaso não tens um espaço na linha 1, mesmo antes do import?

  • Vote 1
10 REM Generation 48K!
20 INPUT "URL:", A$
30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50
40 PRINT "404 Not Found"
50 PRINT "./M6 @ Portugal a Programar."

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.