qpython-android / qpython.org

QPython contributor & sugguestion & question homepage
http://qpython.org
58 stars 11 forks source link

import error on unicodedata.so #180

Closed dmaziuk closed 6 years ago

dmaziuk commented 6 years ago

All my scripts fail with

import passlib.hash

... trace ...

ImportError: dlopen failed: cannot locate symbol "PyUnicodeUCS2_FromUnicode" referenced by "/data/data/org.qpython.qpy/files/lib/python2.7/lib-dynload/unicodedata.so"...

Just type "import passlib.hash" in the editor and run it.

Currently v.2.0.10, not sure which update broke it as I haven't run these scripts in a while.

riverfor commented 6 years ago

Maybe you can solve this issue by reset storage in setting page.

On Dec 7, 2017 7:36 AM, "dmaziuk" notifications@github.com wrote:

All my scripts fail with

import passlib.hash

... trace ...

ImportError: dlopen failed: cannot locate symbol "PyUnicodeUCS2_FromUnicode" referenced by "/data/data/org.qpython.qpy/files/lib/python2.7/lib-dynload/unicodedata.so"...

Just type "import passlib.hash" in the editor and run it.

Currently v.2.0.10, not sure which update broke it as I haven't run these scripts in a while.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/qpython-android/qpython.org/issues/180, or mute the thread https://github.com/notifications/unsubscribe-auth/AC6vR2i7vEFlBoCqrsO9z0BJ--yqMTwqks5s9yTugaJpZM4Q4wyF .

dmaziuk commented 6 years ago

Aah, OK, thanks.

Followed by pip install passlib