-
Notifications
You must be signed in to change notification settings - Fork 137
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
Python 3,unichr not defined in util.py error #161
Comments
yjacolin
added a commit
to yjacolin/pyxform
that referenced
this issue
Dec 12, 2017
See #164 (comment) I will suggest you test this on the python terminal in isolation and see if a similar error occurs. >>> from pyxform.utils import unichr
>>> unichr(10000) |
below in my response when i tried first line in my python console in qgis3:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in util.py line no 18 , unichr is not defined error is coming when I am using pyxform in my plugin in QGIS 3 (i.e python 3 environment)
The text was updated successfully, but these errors were encountered: