We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
constants
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
Describe the bug The build in pypi lack the constants directory, causing the module to be unusable
To Reproduce Complete steps to reproduce the behavior: install pymysql 1.0.3rc1
Code:
>>> import pymysql Traceback (most recent call last): File "<stdin>", line 1, in <module> File "pymysql/__init__.py", line 26, in <module> from .constants import FIELD_TYPE ModuleNotFoundError: No module named 'pymysql.constants'
Expected behavior import succeed
Environment
Additional context N/A
The text was updated successfully, but these errors were encountered:
Thank you!
Sorry, something went wrong.
Fix setuptools didn't include pymysql.constants (#1096)
35bf026
Fix #1095
Successfully merging a pull request may close this issue.
Describe the bug
The build in pypi lack the constants directory, causing the module to be unusable
To Reproduce
Complete steps to reproduce the behavior:
install pymysql 1.0.3rc1
Code:
Expected behavior
import succeed
Environment
Additional context
N/A
The text was updated successfully, but these errors were encountered: