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

Import issues within the pymdb package #8

Closed
zembrodt opened this issue Dec 10, 2019 · 0 comments
Closed

Import issues within the pymdb package #8

zembrodt opened this issue Dec 10, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@zembrodt
Copy link
Owner

Stack trace:

File "C:\Users\Administrator\Documents\python_projects\django_test\update\view
s.py", line 5, in
from pymdb import PyMDbScraper
File "C:\Python\Python37\lib\site-packages\pymdb_init_.py", line 1, in
from .parser import PyMDbParser
File "C:\Python\Python37\lib\site-packages\pymdb\parser_init_.py", line 1,
in
from .pymdb_parser import PyMDbParser
File "C:\Python\Python37\lib\site-packages\pymdb\parser\pymdb_parser.py", line
7, in
from pymdb.models.name import (
File "C:\Python\Python37\lib\site-packages\pymdb\models_init_.py", line 1,
in
from .company import *
File "C:\Python\Python37\lib\site-packages\pymdb\models\company.py", line 6, i
n
from pymdb.utils import is_int
ImportError: cannot import name 'is_int' from 'pymdb.utils' (C:\Python\Python37
lib\site-packages\pymdb\utils_init_.py)

@zembrodt zembrodt added the bug Something isn't working label Dec 10, 2019
@zembrodt zembrodt self-assigned this Dec 10, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant