Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erro de importação #71

Open
jorgetstechnology opened this issue Aug 8, 2019 · 2 comments
Open

Erro de importação #71

jorgetstechnology opened this issue Aug 8, 2019 · 2 comments
Labels

Comments

@jorgetstechnology
Copy link

Erro ao tentar importar o geraldo...
"No module namede 'geraldo'"

@rafaelrbnet
Copy link

mesmo problema comigo:

File "/home/rafael/python/djangosige/djangoSIGE/djangosige/apps/vendas/urls.py", line 4, in <module> from . import views File "/home/rafael/python/djangosige/djangoSIGE/djangosige/apps/vendas/views/__init__.py", line 3, in <module> from .vendas import (AdicionarOrcamentoVendaView, AdicionarPedidoVendaView, OrcamentoVendaListView, File "/home/rafael/python/djangosige/djangoSIGE/djangosige/apps/vendas/views/vendas.py", line 15, in <module> from geraldo.generators import PDFGenerator ModuleNotFoundError: No module named 'geraldo'

@rafaelrbnet
Copy link

Consegui....
Tem que baixar o projeto do geraldo https://github.com/thiagopena/geraldo
extrai o conteudo do projeto
entra na pasta
e instalar a biblioteca: (se certifica que vc está com o seu ambiente virtual ativo)
python setup.py install
depois é so rodar o migrate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants