Jump to content
Fórum Script Brasil
  • 0

Importar modulos em python 3


Anderson du Lustoza

Question

Bom, tenho o seguinte problema com python 3. Eu criei uma pasta com o nome "module" e dentro um script com nome "lib.py".

o script principal é o "bin.py" que esta no mesmo diretorio de module.

bin tem o seguinte comando:

#!/usr/bin/env python

from module import lib

Isso funciona normalmente em python 2. Mas ao rodar em python 3 dá o erro:

no module named "module"

Na documentação existe a menção a esta diferença mas não da exemplo de como proceder.

O que faço?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...