You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
imp is deprecated, and importlib should be used instead. However, there is no exact equivalent of imp.find_module, and some thought is needed. I have not done it.
The text was updated successfully, but these errors were encountered:
Indeed,
class UnicodeEngine
inpyx/text.py
has only the attributesI had to comment out 2 lines in
test/functional/test_text.py
:then tests run successfully.
Using this occasion, I'd like to add 2 points:
pyx/text.py
,isSet
is deprecated, and should be replaced byis_set
.manual/colorname.py
andmanual/gradientname.py
,imp
is deprecated, andimportlib
should be used instead. However, there is no exact equivalent ofimp.find_module
, and some thought is needed. I have not done it.The text was updated successfully, but these errors were encountered: